This is a command-line application that dynamically generates a README.md from a user's input.
-
Step 1. Git clone this link to your terminal: https://github.com/jeverett93/readmegenerator.git
-
Step 2. Navigate into the cloned repository.
-
Step 3. Install the axios, dotenv, and inquirer dependencies into your command line using the following commands respectively:
npm install axios npm install dotenv npm install inquirer
-
Step 4. Run the application from the command line with following command:
node index.js
Node.Js, JavaScript, GIT, GitHub, HTML, CSS, APIs, Command- Line
AS A developer
I WANT a README generator
SO THAT I can easily put together a good README for a new project
-
Portfolio: jeverett.github.io
-
Email: josheverett93@gmail.com
To run tests run:
npm run test