JSPM

  • Created
  • Published
  • Downloads 469961
  • Score
    100M100P100Q170120F

Command line argument parser

Package Exports

  • clap

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NPM version Build Status

Clap.js

Argument parser for command-line interfaces. It primary target to large tool sets that provides a lot of subcommands. Support for argument coercion and completion makes task run much easer, even if you doesn't use CLI.

Inspired by TJ Holowaychuk Commander.

[TODO: Complete readme]