An open API service indexing awesome lists of open source software.

https://github.com/alexeyraspopov/node-clify

Tiny CLI-wrapper for your functions
https://github.com/alexeyraspopov/node-clify

Last synced: about 1 month ago
JSON representation

Tiny CLI-wrapper for your functions

Awesome Lists containing this project

README

        

# clify

Tiny CLI-wrapper for your functions

## Install

```bash
$ npm install clify
```

## API

clify(fn, commands, parseArgs)

## Usage

* [string-interpolate](https://github.com/alexeyraspopov/string-interpolate/blob/master/cli.js)

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License) (c) Alexey Raspopov