3.0.0 • Published 9 years ago

apeman-tmpl-locale v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

KeyDescription

License

This software is released under the MIT License.

Links

3.0.0

9 years ago

2.0.6

9 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago