A nodejs-based cli readme generator.
Note: This README file was generated using this application.
This is a simple NodeJS-based command line application that helps you to generate a professional README.md
file.
It will contain 4 standard GitHub badges from Sheild.io for: Issues, Forks, Stars, and the project License.
It will generate a README with a TOC (Table of Contents) that has links to the following sections:
The License section is dynamic. When you select one of the available licenses it will give you a link to the full license being used that you can read more about on ChooseALicense.com. If you select null for the license type, then the License section will not be included in your generated README.md
file.
To install this application you should follow these steps:
git clone https://github.com/davidsaulrodriguez/cli-readme-generator
cd cli-readme-generator
npm install
To use this application and begin the process of creating your README.md
file simply run this command:
npm run start
If you’d like to contribute to this project we sure do encourage it!
Be sure to read the CONTRIBUTING.md file first.
Everything you need to know to start contributing to this project will be in that file.
This program does not have any local test suites, yet!
This will come with a later release
I am open for questions and feedback on this repository, please contact me directly at support@bsdadm.com. For other projects I’ve worked on, see davidsaulrodriguez.
This project and all of its source code is released under the BSD-2-Clause license.