apeman-scff-mock

Scaffold for mock projects.


Keywords
apeman, scaffold, mock
License
MIT
Install
npm install apeman-scff-mock@2.0.9

Documentation

apeman-scff-mock

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold for mock projects.

Installation

npm install apeman-scff-mock --save-dev

Usage

'use strict'

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

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

Template Files

License

This software is released under the MIT License.

Links