cf0accf7afcff754c27d55d4c8bfde7b73ef2399452baab8830bbcfeddabea0a0803fa76f532b52461e644dda320a38d7dc361c4a404450770764ca82792ac 651 B

1234567891011
  1. [![NPM version](https://img.shields.io/npm/v/clap.svg)](https://www.npmjs.com/package/clap)
  2. [![Dependency Status](https://img.shields.io/david/lahmatiy/clap.svg)](https://david-dm.org/lahmatiy/clap)
  3. [![Build Status](https://travis-ci.org/lahmatiy/clap.svg?branch=master)](https://travis-ci.org/lahmatiy/clap)
  4. # Clap.js
  5. 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.
  6. Inspired by TJ Holowaychuk [Commander](https://github.com/visionmedia/commander.js).
  7. [TODO: Complete readme]