Simple CLI to easily generate a README file from a specific and customizable template
A rich and explicit README is really important to present the project and eventually explain how to use it. A README have to be organized and look sexy (with emoji is better cool). But, when you start your project, create a README file is a boring task. That's why I decided to create a command line to make this process quick and easy, generating a README file where you only have to complete it with the project informations.
$ npm i -g readme-please
$ readme-please --help # or -h (see all possibles options)
$ readme-please --list # or -l (list existing templates)
$ readme-please --force # or -f (overwrite the existing README file)
$ readme-please --template [name] # or -t (generate from a specific template)
You have to download Node.js
Contributing to readme-please it's a piece of 🍰. You have an idea about a new feature ? Fork the repo, do your stuff and open a pull request ! You can also report a problem or a suggestion by opening an issue.
Project developed by pierrechls.