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

donmccurdy/Caporal.js

 
 

Repository files navigation

Fork of the @caporal/core package, with updated dependencies and builds. For the original project and documentation, see https://caporal.io/.

Quickstart

Installation:

npm install @donmccurdy/caporal

Import:

// CommonJS
const { program } = require('@donmccurdy/caporal');

// ESM
import { program } from '@donmccurdy/caporal';

program
  .command(...)
  .action(...);

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.4%
  • JavaScript 3.2%
  • Shell 0.4%