apeman-tmpl-dot

apeman template of dot files.


Keywords
apeman, tmpl, dotfiles
License
MIT
Install
npm install apeman-tmpl-dot@3.0.4

Documentation

apeman-tmpl-dot

Build Status Code Climate Code Coverage npm Version JS Standard

apeman template of dot files.

Installation

$ npm install apeman-tmpl-dot --save-dev

Usage

  1. Define a tmpl within Apemanfile.js
  2. Remteder templates via apeman tmpl command.

Apemanfile.js

/** This is an example Apemanfile to use apeman-tmpl-dot */

'use strict'

module.exports = {
  $pkg: { /* ... */ },
  $tmpls: {
    // Map file path and template.
    'src/my-dest.txt': require('apeman-tmpl-dot')({
      // Pass rendering params
    })
  }
}

Then,

$ apeman tmpl

Params

Key Description
type Template type.

Supported Types

License

This software is released under the MIT License.

Links