apeman-demo-scff

Demo of scaffold project.


Keywords
apeman, scaffold
License
MIT
Install
npm install apeman-demo-scff@2.0.7

Documentation

apeman-demo-scff

Build Status npm Version JS Standard

Demo of scaffold project.

Installation

npm install apeman-demo-scff --save-dev

Usage

'use strict'

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

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

Template Files

License

This software is released under the MIT License.

Links