2023년 1월2023년 8월2024년 3월2024년 10월2025년 5월2025년 12월2026년 7월
아티팩트npmnpm 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