Ecosyste.ms: Awesome

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

https://github.com/mattallty/Caporal.js

A full-featured framework for building command line applications (cli) with node.js
https://github.com/mattallty/Caporal.js

argument-parser argument-parsing argv argv-parser autocomplete bash caporal cli cli-app command-line command-line-parser node node-js nodejs shell-script terminal typos-suggestions winston zsh

Last synced: about 1 month ago
JSON representation

A full-featured framework for building command line applications (cli) with node.js

Lists

README

        



# Caporal

> A full-featured framework for building command line applications (cli) with node.js,
> including help generation, colored output, verbosity control, custom logger, coercion
> and casting, typos suggestions, and auto-complete for bash/zsh/fish.

## Install

Simply add Caporal as a dependency:

```bash
$ npm install @caporal/core

# Or if you are using yarn (https://yarnpkg.com/lang/en/)
$ yarn add caporal @caporal/core
```

## Documentation

[**Checkout our website https://caporal.io for docs.**](https://caporal.io)

## License

MIT License, see [LICENSE](./LICENSE) file.
Copyright (c) 2017-present Matthias ETIENNE.