bootme-template

0.0.27 • Public • Published

bootme-template

Task to parse files as mustache templates and replace the original content.

Usage

registry.addTask(
  new TemplateTask('templating').setConfig({
    refs: {
      url: 'gitclone' // Point to result of previous task
    },
    url: '', // alternative a relative path to the directory
    templateData: {
      project: 'Hello BootMe!'
    },
    files: ['README.md']
  })
)

Result

  • No Result

Rollback

  • Not implemented

/bootme-template/

    Package Sidebar

    Install

    npm i bootme-template

    Weekly Downloads

    2

    Version

    0.0.27

    License

    ISC

    Last publish

    Collaborators

    • starptech