clitron
v1.0.4
Published
use any npm library as a cli
Downloads
9
Readme
clitron
use any npm library as a cli
install
npm install clitron -g
or see usage below for running with npx
usage
npx clitron <lib-name> [command] [args..]
or
clitron --libName 'lib-name' -c 'some-command' -a 'args' 'for' 'command'
example
npx clitron 'gradient-string' 'teen' 'HELLO WORLD'