0.1.4 • Published 6 years ago

@nju33/clify v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

clify

npm version

Before installng module, whose function use in cli

Usage

npx @nju33/clify <module-name> <...args>

Example

# Firstly, runnning to install process for you tried to use module (this's only once)
$ npx @nju33/clify nanoid
# ✔ nanoid installing...
# > + nanoid@1.0.1
# > added 1 package in 0.536s
"Y1VEj21ViLoHA_vy0_QJp"

# After the second time, it's simply denotes the result of function
$ npx @nju33/clify nanoid
"6KxKev1oGll96Qgky3vGb"

# async-await is fine as well.
# Arguments can be passed after the module name.
$ npx @nju33/clify pkg-dir '__dirname'
"path/to/node/project"

# You can remove to installing module so far. in following command.
$ npx @nju33/clify --clean
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago