Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 2.19 KB

README.md

File metadata and controls

28 lines (28 loc) · 2.19 KB

README Generator

Crafting a compelling GitHub profile is crucial for developers, showcasing their work to peers and potential employers. An often underestimated aspect of this is the README file.

A README can be the difference between a good and a bad project. A well-crafted one seizes the opportunity to clarify the application's purpose, showcase its technologies, and discuss challenges faced and future features ideas.

There's no singular formula for a perfect README, but omitting one entirely is not advised.

Enter the README generator. No more starting from scratch; just answer a few questions and a professional README will be generated.

Table of Contents

Installation

Steps to kickstart the project:
1. Copy Link: Hit the "Code" button in this GitHub repo to copy the link.
2. Clone: In GitBash, execute the command git clone [paste link here].
3. NPM: Install Node Package Manager with npm init -y.
4. Inquirer: Get npm's inquirer package by running npm install inquirer.

Usage

Once the software is downloaded and Node packages are initialized, let's begin!

Navigate to the project directory and initiate prompts using node index.js.

Then, simply input the necessary project information, and voila! A new README file will be generated.
Link to video demo of README Generator

License

License Badge
License Guide
This project is licensed under the ISC License - see the LICENSE.md file for details.

Contributing

Please enter a new issue in the GitHub repo. Thanks!

Tests

This project does not have any tests yet.

Questions

GitHub Profile
If you have additional questions, please email me at [email protected].

Credits

None