-
Notifications
You must be signed in to change notification settings - Fork 0
vagos/glic
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published