Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voilalex/readme-cli


https://github.com/voilalex/readme-cli

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# README CLI

Simple README.md generator.

## Installation

To install type the following in the terminal:

```bash
pip install readme-cli
```

## Usage

Command to generate LICENSE.md file looks like:

```bash
readme
```

Or you can specify a variant of the generated README.md:

```bash
readme
```

Where `` is one of:

* **small** - title, installation, usage
* **medium** - title, installation, usage, license, contributing
* **large** - lots of stuff

## License

[MIT](LICENSE.md)

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)