Skip to content

A command-line application that dynamically generates a professional README.md based on a user's input.

License

Notifications You must be signed in to change notification settings

Unbukn/README_MAKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README_MAKER

Description

README_Maker is a command-line application that allows for quick and easy generation of a README file to get save time and energy. This will allow developers to spend more time working on finishing their project's and less time creating READMEs.

Table of contents

  1. Description
  2. Table of Contents
  3. Installation
  4. Usage
  5. License
  6. Contributing
  7. Tests
  8. Questions

Installation

  1. First fork the github https://github.com/Unbukn/README_MAKER repo on https://github.com/.
  2. Clone your newly forked repo to a directory on your computer.
  3. Open the index.js file in your terminal.
  4. Install the node dependencies to the application by entering:
npm i

Usage

To create a readme for your project enter and complete all the prompts:

node index.js

A demo video demonstrates the application being run and the markdown file that is created.

The prompts explained

? What is the title of the project 

Information entered is displayed as the title of the README file and, the first heading inside of the markdown. Note: if no entry is made the file will be saved as YourProjectName.md

? Describe your project. 

Information entered is displayed under the Description heading of the markdown. Note: if no entry is made A description of the project goes here. will be saved as a placeholder.

? How do you install your application? Are there dependencies? 

Information entered is displayed under the Installation heading of the markdown. Note: if no entry is made TBD will be saved as a placeholder.

? How do you use your application? 

Information entered is displayed under the Usage heading of the markdown. Note: if no entry is made To use, (the project title here) you need to do . . . will be saved as a placeholder.

? Select a license type. 

Information entered is displayed under the License heading of the markdown. Note: if no entry is made MIT will be saved as a placeholder.

? Who contributed to the project?

Information entered is displayed under the Contributing heading of the markdown. There is no default for this prompt.

? List methods for testing the application.. 

Information entered is displayed under the Tests heading of the markdown. Note: if no entry is made npm run tests will be saved as a placeholder.

? What is your github username? 

Information entered is displayed under the Questions heading of the markdown. There is no default for this prompt.

? What is your email address?. 

Information entered is displayed under the Questions heading of the markdown. Note: if no entry is made someone@a-domain.com will be saved as a placeholder.

License

License MIT Copyright (c) 2020 James_Hudgins

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.

Contributing

This application was developed by James Hudgins. README_MAKER was made possible with the following technologies: Node.js Inquirer,js Terminal-link Shields.io youtube

Tests

There are currently no tests available for this version of README_MAKER.

Questions

Questions regarding this application should be sent via email to, james.hudgins.work@gmail.com. You can also contact me on github with additional questions -> https://github.com/Unbukn/

About

A command-line application that dynamically generates a professional README.md based on a user's input.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published