apeman-scff-scff
==========

<!---
This file is generated by ape-tmpl. Do not update manually.
--->

<!-- Badge Start -->
<a name="badges"></a>

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/apeman-scff-labo/apeman-scff-scff
[bd_travis_url]: http://travis-ci.org/apeman-scff-labo/apeman-scff-scff
[bd_travis_shield_url]: http://img.shields.io/travis/apeman-scff-labo/apeman-scff-scff.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/apeman-scff-labo/apeman-scff-scff
[bd_travis_com_shield_url]: https://api.travis-ci.com/apeman-scff-labo/apeman-scff-scff.svg?token=
[bd_license_url]: https://github.com/apeman-scff-labo/apeman-scff-scff/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/apeman-scff-labo/apeman-scff-scff
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-scff-labo/apeman-scff-scff.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-scff-labo/apeman-scff-scff.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-scff
[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-scff.svg
[bd_npm_url]: http://www.npmjs.org/package/apeman-scff-scff
[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-scff-scff.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->


<!-- Description Start -->
<a name="description"></a>

Scaffold for scaffold project.

<!-- Description End -->


<!-- Overview Start -->
<a name="overview"></a>



<!-- Overview End -->


<!-- Sections Start -->
<a name="sections"></a>

<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->

<a name="section-doc-guides-01-installation-md"></a>

Installation
-----

```bash
npm install apeman-scff-scff --save-dev
```


<!-- Section from "doc/guides/01.Installation.md.hbs" End -->

<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->

<a name="section-doc-guides-02-usage-md"></a>

Usage
---------

```javascript
'use strict'

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

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

```


<!-- Section from "doc/guides/02.Usage.md.hbs" End -->

<!-- Section from "doc/guides/03.Templates.md.hbs" Start -->

<a name="section-doc-guides-03-templates-md"></a>

Template Files
--------------

+ [asset/tmpl/ci/build.js](asset/tmpl/asset/tmpl/ci/build.js.tmpl)
+ [asset/tmpl/ci/format.js](asset/tmpl/asset/tmpl/ci/format.js.tmpl)
+ [asset/tmpl/ci/release.js](asset/tmpl/asset/tmpl/ci/release.js.tmpl)
+ [asset/tmpl/ci/share.js](asset/tmpl/asset/tmpl/ci/share.js.tmpl)
+ [asset/tmpl/ci/test.js](asset/tmpl/asset/tmpl/ci/test.js.tmpl)
+ [asset/tmpl/ci/update.js](asset/tmpl/asset/tmpl/ci/update.js.tmpl)
+ [asset/tmpl/doc/guides/01.Installation.md.hbs](asset/tmpl/asset/tmpl/doc/guides/01.Installation.md.hbs.tmpl)
+ [asset/tmpl/doc/guides/02.Usage.md.hbs](asset/tmpl/asset/tmpl/doc/guides/02.Usage.md.hbs.tmpl)
+ [asset/tmpl/doc/links.json](asset/tmpl/asset/tmpl/doc/links.json.tmpl)
+ [asset/tmpl/doc/overview.md](asset/tmpl/asset/tmpl/doc/overview.md.tmpl)
+ [asset/tmpl/example/example-usage.js](asset/tmpl/asset/tmpl/example/example-usage.js.tmpl)
+ [asset/tmpl/lib/index.js](asset/tmpl/asset/tmpl/lib/index.js.tmpl)
+ [asset/tmpl/package.json](asset/tmpl/asset/tmpl/package.json.tmpl)
+ [asset/tmpl/README.md](asset/tmpl/asset/tmpl/README.md.tmpl)
+ [asset/tmpl/test/index_test.js](asset/tmpl/asset/tmpl/test/index_test.js.tmpl)
+ [ci/build.js](asset/tmpl/ci/build.js.tmpl)
+ [ci/format.js](asset/tmpl/ci/format.js.tmpl)
+ [ci/release.js](asset/tmpl/ci/release.js.tmpl)
+ [ci/share.js](asset/tmpl/ci/share.js.tmpl)
+ [ci/test.js](asset/tmpl/ci/test.js.tmpl)
+ [ci/tmplify.js](asset/tmpl/ci/tmplify.js.tmpl)
+ [ci/update.js](asset/tmpl/ci/update.js.tmpl)
+ [doc/guides/01.Installation.md.hbs](asset/tmpl/doc/guides/01.Installation.md.hbs.tmpl)
+ [doc/guides/02.Usage.md.hbs](asset/tmpl/doc/guides/02.Usage.md.hbs.tmpl)
+ [doc/guides/03.Templates.md.hbs](asset/tmpl/doc/guides/03.Templates.md.hbs.tmpl)
+ [doc/links.json](asset/tmpl/doc/links.json.tmpl)
+ [doc/overview.md](asset/tmpl/doc/overview.md.tmpl)
+ [example/example-usage.js](asset/tmpl/example/example-usage.js.tmpl)
+ [lib/scff.js](asset/tmpl/lib/scff.js.tmpl)
+ [package.json](asset/tmpl/package.json.tmpl)
+ [test/scff_test.js](asset/tmpl/test/scff_test.js.tmpl)


<!-- Section from "doc/guides/03.Templates.md.hbs" End -->


<!-- Sections Start -->


<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [MIT License](https://github.com/apeman-scff-labo/apeman-scff-scff/blob/master/LICENSE).

<!-- LICENSE End -->


<!-- Links Start -->
<a name="links"></a>

Links
------

+ [apeman][apeman_url]
+ [apeman-scff][apeman_scff_url]

[apeman_url]: https://github.com/apeman-labo/apeman
[apeman_scff_url]: https://github.com/apeman-cmd-labo/apeman-scff

<!-- Links End -->
