Skip to content

yarocruz/readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme Generator Version

Readme Generator Sample

Description

This is a command-line application that dynamically generates a README.md file from a user's input. This is a Node.js based application and it's run with the following command:

node index.js

The user will be prompted for their GitHub username, which makes a call to GitHub's API to retrieve their email and profile image. They will then be prompted with questions about their project.

The README will be populated with the following:

  • At least one badge
  • Project title
  • Description
  • Table of Contents
  • Installation
  • Usage
  • License
  • Contributing
  • Tests
  • Questions
    • User GitHub profile picture
    • User GitHub email

Table of Contents

Installation

To install project dependencies run:

npm i

This project the uses axios and inquirer package.

Tests

To run tests run:

npm run test

Usage

Feel free to clone or fork this repo.

License

MIT

Contributing

If you want to contribute to this project you can submit a pull request as well.

Questions?

avatar-picture

Have any questions? Want to collaborate on a project? Shoot me an email

About

Command Line Node app that automates the creation of a README file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published