jan. de 2023ago. de 2023mar. de 2024out. de 2024mai. de 2025dez. de 2025jul. de 2026
Artefatosnpmnpm install caporal.js
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