2.1.1 • Published 8 years ago

apeman-scff-lib v2.1.1

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

apeman-scff-lib

Build Status npm Version JS Standard

Scaffold for srvc projects.

Installation

npm install apeman-scff-lib --save-dev

Usage

'use strict'

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

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

Template Files

License

This software is released under the MIT License.

Links

2.1.1

8 years ago

2.1.0

9 years ago