Skip to content

NK2317/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is cli example of how to catch data from the user with inquirer and also how to execute commands (example git clone).

Requirements

  • You need to have node js, npm and git installed

Instructions

  • Make sure the file ./index.js have execution permissions, you can type sudo chmod 777 index.js

  • Open a cli inside the project folder and type sudo npm install -g

  • Once installed, type examplecli command (you can change it in the package.json file on "bin" property)

  • Type the github repo url to clone

  • you will see the repo clonned into the project folder

  • You can modify the program (inside index.js file on main function)

###Developed by Nicolás Rosales

About

Just a simple cli program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published