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
- Host: GitHub
- URL: https://github.com/alexeyraspopov/node-clify
- Owner: alexeyraspopov
- Created: 2014-04-24T07:11:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-25T16:00:36.000Z (about 11 years ago)
- Last Synced: 2025-03-18T03:12:31.297Z (about 2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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