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
|
Source: node-promzard
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Navaneeth Kishore <daltonfury42@disroot.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-read <!nocheck>
, node-tape <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-promzard
Vcs-Git: https://salsa.debian.org/js-team/node-promzard.git
Homepage: https://github.com/isaacs/promzard
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-promzard
Architecture: all
Depends: ${misc:Depends}
, node-read
Description: Promzard provides a prompting json wizard
A prompting wizard for building files from specialized PromZard modules.
Used by npm init.
.
A reimplementation of SubStack's prompter, which does not use AST traversal.
.
From another point of view, it's a reimplementation of Marak's wizard
which doesn't use schemas.
.
The goal is a nice drop-in enhancement for npm init.
.
Node.js is an event-based server-side JavaScript engine.
|