Skip to content

fiandev/cli-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

command line based nodejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published