Command line based javascript (nodejs)
git clone https://github.com/fiandev/cli-node
cd cli-node
npm install cline-js
# or you can installing as global
npm install cline-js -g
"bin": {
"cline": "bin/index.js",
"<YOUR PREFIX COMMAND>": "bin/index.js"
}
npm link
# showing menu
cline menu
# or just write <PREFIX>
cline
# 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