apeman-scff-asset

2.1.5 • Public • Published

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

/apeman-scff-asset/

    Package Sidebar

    Install

    npm i apeman-scff-asset

    Weekly Downloads

    25

    Version

    2.1.5

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi