cline-js
v0.0.4
Published
Command line Based Nodejs
Downloads
3
Maintainers
Readme
cli node
Command line based javascript (nodejs)
clone this project
git clone https://github.com/fiandev/cli-node
cd cli-node
install dependencies
npm install cline-js
# or you can installing as global
npm install cline-js -g
edit package.json
"bin": {
"cline": "bin/index.js",
"<YOUR PREFIX COMMAND>": "bin/index.js"
}
start command line
npm link
show menu command
# showing menu
cline menu
# or just write <PREFIX>
cline
example 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