apeman-scff-web

3.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-scff-web

Weekly Downloads

27

Version

3.2.3

License

MIT

Last publish

Collaborators

  • okunishinishi