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

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

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