pierrechls / readme-please

πŸ“„ Simple CLI to easily generate a README file from a specific and customizable template

Home Page:https://www.npmjs.com/package/readme-please

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version

readme-please

Simple CLI to easily generate a README file from a specific and customizable template

preview

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.

πŸš€ How to use it

Install readme-please as a global package

$ npm i -g readme-please

Have fun

$ 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)

πŸ”¨ Prior installation

You have to download Node.js

πŸ™Œ Contribute

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.

πŸŽ‰ Credits

Project developed by pierrechls.

About

πŸ“„ Simple CLI to easily generate a README file from a specific and customizable template

https://www.npmjs.com/package/readme-please


Languages

Language:JavaScript 100.0%