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

19 lines (14 loc) 281 B
/*! * #{name} <https://github.com/#{repository}> * * Copyright (c) #{author} * Released under the MIT license. */ /* jshint asi:true */ 'use strict' const test = require('mukla') const #{varname} = require('./index') test('#{name}', (done) => { #{varname}() done() })