readme-creator
v0.3.7
Published
Creates README.md file based on asnwers to questions on terminal
Downloads
2
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
readme
to your project'spackage.json
file.
"scripts": {
"readme": "readme"
}
Usage
- In the root folder of your project run the added script.
npm run readme