https://github.com/serapath/clilib
library for building command line interfaces
https://github.com/serapath/clilib
Last synced: about 1 year ago
JSON representation
library for building command line interfaces
- Host: GitHub
- URL: https://github.com/serapath/clilib
- Owner: serapath
- License: mit
- Created: 2014-11-12T20:04:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T16:22:42.000Z (over 11 years ago)
- Last Synced: 2025-03-15T23:04:30.279Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clilib
======
library for building command line interfaces
## Example
```js
var clilib = require("clilib");
// TODO. Show example
```
## Docs
### `var someValue = clilib(/*arguments*/)`
```ocaml
clilib := (arg: Any) => void
```
// TODO. State what the module does.
## Installation
`npm install clilib`
## Tests
`npm test`
## Contributors
- serapath (Alexander Praetorius)
## MIT Licenced
[build-png]: https://secure.travis-ci.org/serapath/clilib.png
[build]: https://travis-ci.org/serapath/clilib
[cover-png]: https://coveralls.io/repos/serapath/clilib/badge.png
[cover]: https://coveralls.io/r/serapath/clilib
[dep-png]: https://david-dm.org/serapath/clilib.png
[dep]: https://david-dm.org/serapath/clilib
[test-png]: https://ci.testling.com/serapath/clilib.png
[tes]: https://ci.testling.com/serapath/clilib
[npm-png]: https://nodei.co/npm/clilib.png?stars&downloads
[npm]: https://nodei.co/npm/clilib