1.0.4 • Published 9 years ago

apeman-scff-middleware v1.0.4

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

apeman-scff-middleware

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold of middleware projects

Installation

npm install apeman-scff-middleware --save-dev

Usage

'use strict'

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

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.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago