...

Caporal.js

A full-featured framework for building command line applications (cli) with node.js
github-icon
GitHub
3.45kstar-icon
Created 8 years ago, last commit 2 years ago
39 contributors
290 commits
Stars added on GitHub, month by month
0
0
8
9
10
11
12
1
2
3
4
5
6
7
2024
2025
Stars added on GitHub, per day, on average
Yesterday
=
Last week
-0.1
star-icon /day
Last month
0.0
star-icon /day
Last 12 months
+0.1
star-icon /day
npmPackage on NPM
Monthly downloads on NPM
8
9
10
11
12
1
2
3
4
5
6
7
2024
2025
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:

$ 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.

License

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