Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 523 Bytes

promzard

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.

Usage

var promzard = require('promzard')
promzard(inputFile, optionalContextAdditions, function (er, data) {
  // .. you know what you doing ..
})