clibe

1.1.0 • Public • Published

clibe ⎇

use any npm library as a cli

install

npm install clibe -g

or see usage below for running with npx

usage

npx clibe <lib-name> [command] [args..]

for example

clibe 'lib-name' 'some-command' 'args' 'for' 'command'

example

gradient-string

npx clibe 'gradient-string' 'teen' 'HELLO WORLD'

output:

voca

npx clibe 'voca' 'camelCase' 'hello world'

output:

helloWorld

moment

npx clibe 'moment' 'format' 'MMMM Do YYYY' 'h:mm:ss a' -i 

output:

January 11th 2021

lodash

npx clibe lodash chunk -a '["a", "b", "c", "d"]' 2

output:

[ [ 'a', 'b' ], [ 'c', 'd' ] ]

...any other lib you can think of :)

Readme

Keywords

Package Sidebar

Install

npm i clibe

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

12.2 kB

Total Files

5

Last publish

Collaborators

  • tool3