apeman-scff-service

1.1.5 • Public • Published

apeman-scff-service

Build Status npm Version JS Standard

Scaffold for service projects.

Installation

npm install apeman-scff-service --save-dev

Usage

'use strict'
 
const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-service')
 
apemanScff(scff, 'project/my-awesome-project', {
  silent: false,
  force: false
}).then(() => {
  /* ... */
})
 

Template Files

License

This software is released under the MIT License.

Links

/apeman-scff-service/

    Package Sidebar

    Install

    npm i apeman-scff-service

    Weekly Downloads

    9

    Version

    1.1.5

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi