create-readme-cli
v0.1.1
Published
CLI for scaffolding a README
Downloads
4
Readme
create-readme
CLI
CLI for scaffolding a README
Installation
$ npm i -g create-readme-cli
Usage
$ create-readme --badges --browsers
Options
| CLI argument | Description |
| ------------ | ----------------------------------------------------------------------- |
| --bmc
| Enables prompt for Buy Me a Coffee link |
| --badges
| Enables prompt for shields badges |
| --browsers
| Enables prompt for browser compatibility table |
Contributing
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:
- Fork this project
- Create a branch (`git checkout -b new-branch`)
- Commit your changes (`git commit -am 'add new feature'`)
- Push to the branch (`git push origin new-branch`)
- Submit a pull request!