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

16 lines (14 loc) 345 B
var eslint = require('eslint') var path = require('path') var pkg = require('./package.json') module.exports = { bugs: pkg.bugs.url, cmd: 'standard', eslint: eslint, eslintConfig: { configFile: path.join(__dirname, 'eslintrc.json') }, homepage: pkg.homepage, tagline: 'Use JavaScript Standard Style', version: pkg.version }