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) 282 B
var jsonFile = require('./jsonfile') jsonFile.outputJsonSync = require('./output-json-sync') jsonFile.outputJson = require('./output-json') // aliases jsonFile.outputJSONSync = require('./output-json-sync') jsonFile.outputJSON = require('./output-json') module.exports = jsonFile