apeman-scff-middleware

1.0.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    3
    • latest

Version History

Package Sidebar

Install

npm i apeman-scff-middleware

Weekly Downloads

3

Version

1.0.4

License

MIT

Last publish

Collaborators

  • okunishinishi