1.0.4 • Published 10 years ago

apeman-scff-middleware v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago