UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

10 lines (7 loc) 240 B
#!/usr/bin/env node if (process.version.match(/v(\d+)\./)[1] < 4) { console.error('standard: Node v4 or greater is required. `standard` did not run.') } else { var opts = require('../options') require('standard-engine').cli(opts) }