/**
 * {{pkg.description}}
 * @module {{pkg.name}}
 */

'use strict'

const theScaffold = require('./the_scaffold')
const tmpls = require('./tmpls.json')

const lib = theScaffold.bind(this)

Object.assign(lib, theScaffold, {
  tmpls,
  theScaffold
})

module.exports = lib
