This package has been deprecated

Author message:

Use apeman-tmpl-loc instead.

apeman-tmpl-locale

3.0.0 • Public • Published

apeman-tmpl-locale

Build Status Code Climate Code Coverage npm Version JS Standard

apeman template of locale files.

Installation

$ npm install apeman-tmpl-locale --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-locale */
 
'use strict'
 
module.exports = {
  $pkg: { /* ... */ },
  $tmpls: {
    'locale/index.js': require('apeman-tmpl-locale')({
      'default': 'en'
    })
  }
}
 

Then,

$ apeman tmpl

Params

Key Description

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-tmpl-locale

Weekly Downloads

1

Version

3.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi