apeman-tmpl-localedeprecated

apeman template of locale files.

Usage no npm install needed!

<script type="module">
  import apemanTmplLocale from 'https://cdn.skypack.dev/apeman-tmpl-locale';
</script>

README

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