UNPKG

3.7 kBMarkdownView Raw
1apeman-demo-scff
2==========
3
4<!---
5This file is generated by ape-tmpl. Do not update manually.
6--->
7
8<!-- Badge Start -->
9<a name="badges"></a>
10
11[![Build Status][bd_travis_shield_url]][bd_travis_url]
12[![Code Climate][bd_codeclimate_shield_url]][bd_codeclimate_url]
13[![Code Coverage][bd_codeclimate_coverage_shield_url]][bd_codeclimate_url]
14[![npm Version][bd_npm_shield_url]][bd_npm_url]
15
16[bd_repo_url]: https://github.com/apeman-demo-labo/apeman-demo-scff
17[bd_travis_url]: http://travis-ci.org/apeman-demo-labo/apeman-demo-scff
18[bd_travis_shield_url]: http://img.shields.io/travis/apeman-demo-labo/apeman-demo-scff.svg?style=flat
19[bd_license_url]: https://github.com/apeman-demo-labo/apeman-demo-scff/blob/master/LICENSE
20[bd_codeclimate_url]: http://codeclimate.com/github/apeman-demo-labo/apeman-demo-scff
21[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-demo-labo/apeman-demo-scff.svg?style=flat
22[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-demo-labo/apeman-demo-scff.svg?style=flat
23[bd_gemnasium_url]: https://gemnasium.com/apeman-demo-labo/apeman-demo-scff
24[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-demo-labo/apeman-demo-scff.svg
25[bd_npm_url]: http://www.npmjs.org/package/apeman-demo-scff
26[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-demo-scff.svg?style=flat
27[bd_bower_badge_url]: https://img.shields.io/bower/v/apeman-demo-scff.svg?style=flat
28
29<!-- Badge End -->
30
31
32<!-- Description Start -->
33<a name="description"></a>
34
35Demo of scaffold project.
36
37<!-- Description End -->
38
39
40<!-- Overview Start -->
41<a name="overview"></a>
42
43
44
45<!-- Overview End -->
46
47
48<!-- Sections Start -->
49<a name="sections"></a>
50
51<!-- Section from "doc/readme/01.Installation.md.hbs" Start -->
52
53<a name="section-doc-readme-01-installation-md"></a>
54Installation
55-----
56
57```bash
58npm install apeman-demo-scff --save-dev
59```
60
61
62<!-- Section from "doc/readme/01.Installation.md.hbs" End -->
63
64<!-- Section from "doc/readme/02.Usage.md.hbs" Start -->
65
66<a name="section-doc-readme-02-usage-md"></a>
67Usage
68---------
69
70```javascript
71var apemanScff = require('apeman-scff'),
72 scff = require('apeman-demo-scff');
73
74apemanScff(scff, 'project/my-awesome-project', {
75 silent: false,
76 force: false
77}, function (err) {
78 /*...*/
79});
80
81```
82
83
84<!-- Section from "doc/readme/02.Usage.md.hbs" End -->
85
86<!-- Section from "doc/readme/03.Templates.md.hbs" Start -->
87
88<a name="section-doc-readme-03-templates-md"></a>
89Template Files
90--------------
91
92+ [ci/build.js](asset/tmpl/ci/build.js.tmpl)
93+ [ci/cover.js](asset/tmpl/ci/cover.js.tmpl)
94+ [ci/release.js](asset/tmpl/ci/release.js.tmpl)
95+ [ci/report.js](asset/tmpl/ci/report.js.tmpl)
96+ [ci/share.js](asset/tmpl/ci/share.js.tmpl)
97+ [ci/test.js](asset/tmpl/ci/test.js.tmpl)
98+ [ci/tmplify.js](asset/tmpl/ci/tmplify.js.tmpl)
99+ [ci/update.js](asset/tmpl/ci/update.js.tmpl)
100+ [doc/overview.md](asset/tmpl/doc/overview.md.tmpl)
101+ [doc/readme/01.Installation.md.hbs](asset/tmpl/doc/readme/01.Installation.md.hbs.tmpl)
102+ [doc/readme/02.Usage.md.hbs](asset/tmpl/doc/readme/02.Usage.md.hbs.tmpl)
103+ [example/example-usage.js](asset/tmpl/example/example-usage.js.tmpl)
104+ [package.json](asset/tmpl/package.json.tmpl)
105
106
107<!-- Section from "doc/readme/03.Templates.md.hbs" End -->
108
109
110<!-- Sections Start -->
111
112
113<!-- LICENSE Start -->
114<a name="license"></a>
115
116License
117-------
118This software is released under the [MIT License](https://github.com/apeman-demo-labo/apeman-demo-scff/blob/master/LICENSE).
119
120<!-- LICENSE End -->
121
122
123<!-- Links Start -->
124<a name="links"></a>
125
126Links
127------
128
129+ [apeman](https://github.com/apeman-labo/apeman)
130+ [apeman-scff-labo](https://github.com/apeman-scff-labo)
131
132<!-- Links End -->