🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@donmccurdy/caporal

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@donmccurdy/caporal

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

latest
Source
npmnpm
Version
0.0.10
Version published
Weekly downloads
29K
11.99%
Maintainers
1
Weekly downloads
 
Created
Source

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(...);

Keywords

cli

FAQs

Package last updated on 14 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts