apeman-scff-mock

2.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-scff-mock

Weekly Downloads

12

Version

2.0.9

License

MIT

Last publish

Collaborators

  • okunishinishi