readme-creator
v0.3.7
Published
Creates README.md file based on asnwers to questions on terminal
Maintainers
Readme
readme-creator
npm Module for creating a README.md file based on answers to questions on bash terminal.
Setup
- Install
npm install readme-creator- Add a script key with
readmeto your project'spackage.jsonfile.
"scripts": {
"readme": "readme"
}Usage
- In the root folder of your project run the added script.
npm run readme