Skip to content

vagos/glic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glic
----
Turn any library into a command-line utility.

EXAMPLES
  $ glic lodash camelCase hello_world
  helloWorld
  $ glic left-pad . 'foo' 5 'x'
  xxfoo
  $ glic lodash startCase hello_world
  Hello World
  $ glic slugify . "Hello, World"
  Hello-World
  $ glic qs parse 'topic=glic&count=2'
  {
    "topic": "glic",
    "count": "2"
  }

Note: If a library exports a single function, use dot (.) to reference it.

INSTALLATION
  make install

SUPPORTED RUNTIMES
  - npm/nodejs

About

Turn any library into a command-line utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published