0.1.1 • Published 5 years ago

create-readme-cli v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

create-readme CLI

CLI for scaffolding a README

Installation

$ npm i -g create-readme-cli

Usage

$ create-readme --badges --browsers

Options

CLI argumentDescription
--bmcEnables prompt for Buy Me a Coffee link
--badgesEnables prompt for shields badges
--browsersEnables 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:

  1. Fork this project
  2. Create a branch (`git checkout -b new-branch`)
  3. Commit your changes (`git commit -am 'add new feature'`)
  4. Push to the branch (`git push origin new-branch`)
  5. Submit a pull request!