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 34 35 36 37 38 39 40 41
|
Source: node-clipanion
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sunday Nkwuda <scletus40@yahoo.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, chai <!nocheck>
, mocha <!nocheck>
, node-chai-as-promised (>= 7.1.1+~cs7.1.4~) <!nocheck>
, node-fs-extra
, node-get-stream <!nocheck>
, node-glob
, node-rollup-plugin-typescript (>= 6.0~)
, node-tslib <!nocheck>
, node-typanion
, node-typescript
, rollup
, ts-node <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/arcanis/clipanion
Vcs-Git: https://salsa.debian.org/js-team/node-clipanion.git
Vcs-Browser: https://salsa.debian.org/js-team/node-clipanion
Rules-Requires-Root: no
Package: node-clipanion
Architecture: all
Depends: ${misc:Depends}
Description: Type-safe CLI library with no runtime dependencies
Clipanion provides type inference for the options you declare: no
duplicated types to write and keep in sync.
.
The core is implemented using a functional approach, letting
most bundlers only keep what you actually use.
.
Clipanion supports subcommands, arrays, counters, execution
contexts, error handling, option proxying, and much more.
.
Clipanion is used to power Yarn - likely one of the most
complex CLI used everyday by the JavaScript community.
|