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