profject
v1.0.0
Published
Musigma - CLI-NPM is a command-line tool that clones projects specified in a config.json file to a specified location using Node.js and NPM.
Downloads
3
Readme
Musigma - CLI-NPM
Musigma - CLI-NPM is a command-line tool that clones projects specified in a config.json file to a specified location using Node.js and NPM.
Installation
Clone this repository to your local machine:
git clone <repository_url> cd MyCLI
Install dependencies using npm:
npm install
Install dependencies using yargs
npm install yargs
Execute the CLI tool using following command
node src/index.js hello-world
Available Options
hello-world:Access the index.js