UNPKG

4.07 kBMarkdownView Raw
1apeman-scff-task
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-scff-labo/apeman-scff-task
17[bd_travis_url]: http://travis-ci.org/apeman-scff-labo/apeman-scff-task
18[bd_travis_shield_url]: http://img.shields.io/travis/apeman-scff-labo/apeman-scff-task.svg?style=flat
19[bd_license_url]: https://github.com/apeman-scff-labo/apeman-scff-task/blob/master/LICENSE
20[bd_codeclimate_url]: http://codeclimate.com/github/apeman-scff-labo/apeman-scff-task
21[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-scff-labo/apeman-scff-task.svg?style=flat
22[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-scff-labo/apeman-scff-task.svg?style=flat
23[bd_gemnasium_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-task
24[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-task.svg
25[bd_npm_url]: http://www.npmjs.org/package/apeman-scff-task
26[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-scff-task.svg?style=flat
27[bd_bower_badge_url]: https://img.shields.io/bower/v/apeman-scff-task.svg?style=flat
28
29<!-- Badge End -->
30
31
32<!-- Description Start -->
33<a name="description"></a>
34
35Scaffold for task 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-scff-task --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
71"use strict";
72
73const apemanScff = require('apeman-scff'),
74 scff = require('apeman-scff-task');
75
76apemanScff(scff, 'project/my-awesome-project', {
77 silent: false,
78 force: false
79}, (err) => {
80 /*...*/
81});
82
83```
84
85
86<!-- Section from "doc/readme/02.Usage.md.hbs" End -->
87
88<!-- Section from "doc/readme/03.Templates.md.hbs" Start -->
89
90<a name="section-doc-readme-03-templates-md"></a>
91Template Files
92--------------
93
94+ [ci/build.js](asset/tmpl/ci/build.js.tmpl)
95+ [ci/cover.js](asset/tmpl/ci/cover.js.tmpl)
96+ [ci/release.js](asset/tmpl/ci/release.js.tmpl)
97+ [ci/report.js](asset/tmpl/ci/report.js.tmpl)
98+ [ci/share.js](asset/tmpl/ci/share.js.tmpl)
99+ [ci/test.js](asset/tmpl/ci/test.js.tmpl)
100+ [ci/update.js](asset/tmpl/ci/update.js.tmpl)
101+ [doc/guides/01.Installation.md.hbs](asset/tmpl/doc/guides/01.Installation.md.hbs.tmpl)
102+ [doc/guides/02.Usage.md.hbs](asset/tmpl/doc/guides/02.Usage.md.hbs.tmpl)
103+ [doc/guides/03.Options.md.hbs](asset/tmpl/doc/guides/03.Options.md.hbs.tmpl)
104+ [doc/links.json](asset/tmpl/doc/links.json.tmpl)
105+ [doc/overview.md](asset/tmpl/doc/overview.md.tmpl)
106+ [example/example-Apemanfile.js](asset/tmpl/example/example-Apemanfile.js.tmpl)
107+ [example/example-call.sh](asset/tmpl/example/example-call.sh.tmpl)
108+ [lib/define.js](asset/tmpl/lib/define.js.tmpl)
109+ [lib/index.js](asset/tmpl/lib/index.js.tmpl)
110+ [package.json](asset/tmpl/package.json.tmpl)
111+ [README.md](asset/tmpl/README.md.tmpl)
112+ [test/define_test.js](asset/tmpl/test/define_test.js.tmpl)
113
114
115<!-- Section from "doc/readme/03.Templates.md.hbs" End -->
116
117
118<!-- Sections Start -->
119
120
121<!-- LICENSE Start -->
122<a name="license"></a>
123
124License
125-------
126This software is released under the [MIT License](https://github.com/apeman-scff-labo/apeman-scff-task/blob/master/LICENSE).
127
128<!-- LICENSE End -->
129
130
131<!-- Links Start -->
132<a name="links"></a>
133
134Links
135------
136
137+ [apeman](https://github.com/apeman-labo/apeman)
138+ [apeman-scff-labo](https://github.com/apeman-scff-labo)
139
140<!-- Links End -->