Skip to content

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

License

Notifications You must be signed in to change notification settings

mattallty/Caporal.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34bf9aa · Aug 28, 2023
Aug 28, 2023
Aug 28, 2023
Aug 27, 2023
May 20, 2020
Aug 27, 2023
Aug 28, 2023
Aug 28, 2023
Aug 28, 2023
Aug 28, 2023
May 20, 2020
May 20, 2020
Aug 27, 2023
May 20, 2020
Aug 28, 2023
May 20, 2020
May 20, 2020
Aug 27, 2023
Aug 28, 2023
May 20, 2020
May 20, 2020
Aug 27, 2023
May 20, 2020
Aug 28, 2023
Aug 28, 2023
Aug 28, 2023
Aug 28, 2023
Aug 27, 2023
Aug 27, 2023
Aug 28, 2023
Aug 27, 2023

Repository files navigation

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.