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

13 lines (11 loc) 240 B
#!/usr/bin/env node var path = require('path') var eslint = require('eslint') var opts = { eslint: eslint, eslintConfig: { configFile: path.join(__dirname, 'standard.json'), useEslintrc: false } } require('../../').cli(opts)