apeman-scff-web

Scaffold for web projects.


Keywords
apeman, scaffold, web
License
MIT
Install
npm install apeman-scff-web@1.2.12

Documentation

apeman-scff-web

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold for web projects.

Installation

npm install apeman-scff-web --save-dev

Usage

'use strict'

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

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

Template Files

License

This software is released under the MIT License.

Links