1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: node-coa
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper (>= 11~),
chai,
mocha,
nodejs,
node-q,
node-chalk,
pkg-js-tools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-coa
Vcs-Git: https://salsa.debian.org/js-team/node-coa.git
Homepage: https://github.com/veged/coa
Package: node-coa
Architecture: all
Depends: ${misc:Depends},
nodejs,
node-chalk,
node-q
Description: Yet another parser for command line options
COA is a parser for command line options that aim to get maximum profit from
formalization of your program API. Once you write definition in terms of
commands, options and arguments you automatically get:
* Command line help text
* Program API for use COA-based programs as modules
* Shell completion
.
Node.js is an event-based server-side JavaScript engine.
|