Skip to content

morisky78/readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README Generator

Description

This is a command line application that generates a professional README.md file from user's input using the inquirer package.

Installation

To use this application, you will only need Node.js and a npm package, inquirer, installed

On your desired folder to locate the app, pull down the Repo into your computer by following line on your terminal

$ git clone git@github.com:morisky78/readme-generator.git

Go on official Node.js website and download the installer.

Then install the inquirer npm package dependency by following command

$ npm install

Then, you will see node_modules folder has been created on your folder.

Usage

When you run node index.js, the application will prompt you with a series of questions about your project. Project title, description, your email, and github user name are required and other questions are optional.

The application takes your responses and generate README.md file on the output folder for you. The following video shows an example usage of the app demonstrating the functionality.

[Watch the demonstration video]

The following is the screenshot on the terminal and a sample README file created by this application. (./output/README.md)

Screenshot of command line

Sample of a README generated by this app

License

MIT License

Copyright (c) 2022 Mo Risk

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

Questions

If you have any questions, please contact me moran.risk78@gmail.com
GitHub profile: morisky78

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors