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

/apeman-scff-middleware/

    Package Sidebar

    Install

    npm i apeman-scff-middleware

    Weekly Downloads

    12

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi