A simple CLI application that assists in the creation of a consistent README. Leveraging Inquirer, the user is asked a series of quesitons, their answers providing the text styled & saved to a new README file. This app runs in a Node environment.
Clone from the Repo, install modules & run app:
git clone https://github.com/Spazcool/readme-generator.git
npm install
npm run makeReadme
- Node.js
As stated above, you'll need to install the dependencies after cloning the repo.
- Node
- Inquirer
- axios
- fs
- GitHub API
- Douglas Wright - Spazcool
This project is licensed under the MIT License - see the LICENSE.md file for details.