0.0.4 • Published 3 years ago
cline-js v0.0.4
cli node
Command line based javascript (nodejs)
clone this project
git clone https://github.com/fiandev/cli-node
cd cli-nodeinstall dependencies
npm install cline-js
# or you can installing as global
npm install cline-js -gedit package.json
"bin": {
"cline": "bin/index.js",
"<YOUR PREFIX COMMAND>": "bin/index.js"
}start command line
npm linkshow menu command
# showing menu
cline menu
# or just write <PREFIX>
clineexample execute command
# show list files in directory active
cline exe ls
# or multiple command arguments
cline exe "git clone https://github.com/fiandev/cli-node"Build with ❤️ By Fiandev