From 4602209c3763f4fe88279475e548a16e82228940 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sat, 12 Oct 2019 17:44:48 +0400 Subject: [PATCH] docs: Add README --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f23d3d0 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# openkeepd + +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) + +> A free and opensource alternative to Google Keep service + +`TODO: Fill out this long description.` + +## Table of Contents + +- [Install](#install) +- [Usage](#usage) +- [API](#api) +- [Maintainers](#maintainers) +- [Contributing](#contributing) +- [License](#license) + +## Install + +``` +// TODO +``` + +## Usage + +``` +// TODO +``` + +## API + +## Maintainers + +[@ChronosX88](https://github.com/ChronosX88) + +## Contributing + +See [the contributing file](contributing.md)! + +PRs accepted. + +Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. + +## License + +MIT © 2019 ChronosX88