apeman-scff-cmd

Scaffold for command projects.

Usage no npm install needed!

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

README

apeman-scff-cmd

Build Status Code Climate Code Coverage npm Version JS Standard

Scaffold for command projects.

Installation

npm install apeman-scff-cmd --save

Usage

'use strict'

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

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

Template Files

License

This software is released under the MIT License.

Links