cline-js

0.0.4 • Public • Published

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

/cline-js/

    Package Sidebar

    Install

    npm i cline-js

    Weekly Downloads

    3

    Version

    0.0.4

    License

    ISC

    Unpacked Size

    9.47 kB

    Total Files

    7

    Last publish

    Collaborators

    • fiandev