1.0.0 • Published 8 years ago

apeman-scff-loc v1.0.0

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

apeman-scff-loc

Build Status npm Version JS Standard

Scaffold for locale projects

Installation

npm install apeman-scff-loc --save-dev

Usage

'use strict'

const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-loc')

apemanScff(scff, 'project/my-awesome-project', {
  silent: false,
  force: false
}).then(() => {
  /* ... */
})

Template Files

License

This software is released under the MIT License.

Links

1.0.0

8 years ago