apeman-scff-mock

Scaffold for mock projects.

Usage no npm install needed!

<script type="module">
  import apemanScffMock from 'https://cdn.skypack.dev/apeman-scff-mock';
</script>

README

apeman-scff-mock

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold for mock projects.

Installation

npm install apeman-scff-mock --save-dev

Usage

'use strict'

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

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

Template Files

License

This software is released under the MIT License.

Links