apeman-scff-api

1.0.21 • Public • Published

apeman-scff-api

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold for api projects.

Installation

npm install apeman-scff-api --save-dev

Usage

'use strict'
 
const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-api')
 
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-api/

    Package Sidebar

    Install

    npm i apeman-scff-api

    Weekly Downloads

    147

    Version

    1.0.21

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi