Skip to content

shwilliam/README

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

create-readme CLI

CLI for scaffolding a README

Example use

Installation

$ npm i -g create-readme-cli

Usage

Simply run create-readme followed by any options and answer the prompts to create a README.md in your current directory. See this README for an example of what will be generated.

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

  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!