apeman-scff-asset

Scaffold for asset projects.


Keywords
apeman, scaffold, asset
License
MIT
Install
npm install apeman-scff-asset@2.1.1

Documentation

apeman-scff-asset

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold for asset projects.

Installation

npm install apeman-scff-asset --save-dev

Usage

'use strict'

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

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

License

This software is released under the MIT License.

Links