Metadata-Version: 2.1
Name: readme-cli
Version: 1.0.1
Summary: Simple README.md generator.
Home-page: https://github.com/VoIlAlex/readme-cli
Author: voilalex
Author-email: ilya.vouk@gmail.com
License: MIT
Download-URL: https://github.com/VoIlAlex/readme-cli/archive/v1.0.1.tar.gz
Description: # 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 <readme-variant>
        ```
        
        Where `<readme-variant>` 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)
        
Keywords: generator,opensource,instruction,README.md,cli
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
