Explore the project page
The goal of this project was to create a command-line application that dynamically generates a README file pased on user input. Once initiated, the user is prompted to provide the followimg content:
- Project Title
- Project Description
- Installation Instructions
- Usage
- Build Tools & Technologies
- Contribution Instructions
- Tests
- License
- GitHub Username and URLs
This project was built using:
- JavaScript
- Inquirer.JS
To get a local copy up and running, follow these simple steps:
- Clone the repo
git clone git@github.com:cynthiwu/readme-generator.git
- Install NPM packages (i.e., Inquirer.js)
npm install
It is with this application I hope engineers can spend more time creating something AWESOME, rather than writing a README file. It can be used by anyone who wants to quickly generate a basic README file. The generated file will be created and located in the "created" directory off the root. This file, or just the file content, can be copied over to any given project directory.
Watch the video below to see how the quiz works.
I will be continuing to build out this project to provide a README template that is usable for all types of projects.
See the open issues for any proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
None
Cynthia Wu - @cynthia21wu - cynthia21wu@gmail.com
Project Link: https://github.com/cynthiwu/readme-generator