Skip to content

jaychapman/readmeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Project

MIT License

Description

This application was created to generate a template for a good README.md file. The application runs using node.js and generates a README file based on user input using the command line. The file is generated complete with a table of contents linked to each section. The application also gives the option of which type of license to choose for the project and allows the user to choose guidelines for contributing to the project. This README file template was created using this application.

Table of Contents

Installation

To install this application you must be running node.js and requires these node packages: inquirer, fs, and util.

  1. Install node.js - instructions for installing node.js can be found here: https://nodejs.org/en/
  2. Open the command prompt and navigate to your working folder.
  3. Run npm install to install required node modules. More detailed instructions can be found here: https://www.npmjs.com/package/npm-install
  4. Once the modules are installed you can run the js file using node by typing node yourFilename.js
  5. Answer the questions when prompted.
  6. Your README file will be automatically generated in the same directory that where your js file is located.

Usage

screenshot

Follow the command prompts to create a good README file. Check out this video for a demonstration of how the applicaton works

Contributing

When using this README generator, you are provieded with the option of writing your own custom policies for contributing or you can use the the default option of the The Contributor Covenant Code of Conduct.

Tests

There were no written tests performed on this application but it has been tested many times in both node.js and using the command prompt.

Questions

If you have any questions about this project feel free to email me at jaychap77@yahoo.com.

For more information, or to check out my other projects visit my github page: jaychapman.

License

The MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published