UNPKG

5.42 kBMarkdownView Raw
1apeman-scff-react
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[![JS Standard][bd_standard_shield_url]][bd_standard_url]
16
17[bd_repo_url]: https://github.com/apeman-scff-labo/apeman-scff-react
18[bd_travis_url]: http://travis-ci.org/apeman-scff-labo/apeman-scff-react
19[bd_travis_shield_url]: http://img.shields.io/travis/apeman-scff-labo/apeman-scff-react.svg?style=flat
20[bd_travis_com_url]: http://travis-ci.com/apeman-scff-labo/apeman-scff-react
21[bd_travis_com_shield_url]: https://api.travis-ci.com/apeman-scff-labo/apeman-scff-react.svg?token=
22[bd_license_url]: https://github.com/apeman-scff-labo/apeman-scff-react/blob/master/LICENSE
23[bd_codeclimate_url]: http://codeclimate.com/github/apeman-scff-labo/apeman-scff-react
24[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-scff-labo/apeman-scff-react.svg?style=flat
25[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-scff-labo/apeman-scff-react.svg?style=flat
26[bd_gemnasium_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-react
27[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-react.svg
28[bd_npm_url]: http://www.npmjs.org/package/apeman-scff-react
29[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-scff-react.svg?style=flat
30[bd_standard_url]: http://standardjs.com/
31[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
32
33<!-- Badge End -->
34
35
36<!-- Description Start -->
37<a name="description"></a>
38
39Scaffold for React projects.
40
41<!-- Description End -->
42
43
44<!-- Overview Start -->
45<a name="overview"></a>
46
47
48
49<!-- Overview End -->
50
51
52<!-- Sections Start -->
53<a name="sections"></a>
54
55<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->
56
57<a name="section-doc-guides-01-installation-md"></a>
58
59Installation
60-----
61
62```bash
63npm install apeman-scff-react --save-dev
64```
65
66
67<!-- Section from "doc/guides/01.Installation.md.hbs" End -->
68
69<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->
70
71<a name="section-doc-guides-02-usage-md"></a>
72
73Usage
74---------
75
76```javascript
77'use strict'
78
79const apemanScff = require('apeman-scff')
80const scff = require('apeman-scff-react')
81
82apemanScff(scff, 'project/my-awesome-project', {
83 silent: false,
84 force: false
85}).then(() => {
86 /* ... */
87})
88
89```
90
91
92<!-- Section from "doc/guides/02.Usage.md.hbs" End -->
93
94<!-- Section from "doc/guides/03.Templates.md.hbs" Start -->
95
96<a name="section-doc-guides-03-templates-md"></a>
97
98Template Files
99--------------
100
101+ [ci/build.js](asset/tmpl/ci/build.js.tmpl)
102+ [ci/capture.js](asset/tmpl/ci/capture.js.tmpl)
103+ [ci/cover.js](asset/tmpl/ci/cover.js.tmpl)
104+ [ci/deploy.js](asset/tmpl/ci/deploy.js.tmpl)
105+ [ci/release.js](asset/tmpl/ci/release.js.tmpl)
106+ [ci/report.js](asset/tmpl/ci/report.js.tmpl)
107+ [ci/share.js](asset/tmpl/ci/share.js.tmpl)
108+ [ci/test.js](asset/tmpl/ci/test.js.tmpl)
109+ [ci/update.js](asset/tmpl/ci/update.js.tmpl)
110+ [ci/watch.js](asset/tmpl/ci/watch.js.tmpl)
111+ [doc/demo/demo.component.js](asset/tmpl/doc/demo/demo.component.js.tmpl)
112+ [doc/demo/demo.component.jsx](asset/tmpl/doc/demo/demo.component.jsx.tmpl)
113+ [doc/demo/demo.entrypoint.js](asset/tmpl/doc/demo/demo.entrypoint.js.tmpl)
114+ [doc/guides/01.Installation.md.hbs](asset/tmpl/doc/guides/01.Installation.md.hbs.tmpl)
115+ [doc/guides/02.Demo.md.hbs](asset/tmpl/doc/guides/02.Demo.md.hbs.tmpl)
116+ [doc/guides/03.Usage.md.hbs](asset/tmpl/doc/guides/03.Usage.md.hbs.tmpl)
117+ [doc/guides/04.Components.md.hbs](asset/tmpl/doc/guides/04.Components.md.hbs.tmpl)
118+ [doc/images/screenshot.png](asset/tmpl/doc/images/screenshot.png.tmpl)
119+ [doc/links.json](asset/tmpl/doc/links.json.tmpl)
120+ [doc/overview.md](asset/tmpl/doc/overview.md.tmpl)
121+ [example/example-usage.jsx](asset/tmpl/example/example-usage.jsx.tmpl)
122+ [lib/~~~~component_name@snakecase~~~~_style.jsx](asset/tmpl/lib/~~~~component_name@snakecase~~~~_style.jsx.tmpl)
123+ [lib/~~~~component_name@snakecase~~~~.jsx](asset/tmpl/lib/~~~~component_name@snakecase~~~~.jsx.tmpl)
124+ [package.json](asset/tmpl/package.json.tmpl)
125+ [test/~~~~component_name@snakecase~~~~_style_test.js](asset/tmpl/test/~~~~component_name@snakecase~~~~_style_test.js.tmpl)
126+ [test/~~~~component_name@snakecase~~~~_test.js](asset/tmpl/test/~~~~component_name@snakecase~~~~_test.js.tmpl)
127+ [test/index_test.js](asset/tmpl/test/index_test.js.tmpl)
128
129
130<!-- Section from "doc/guides/03.Templates.md.hbs" End -->
131
132
133<!-- Sections Start -->
134
135
136<!-- LICENSE Start -->
137<a name="license"></a>
138
139License
140-------
141This software is released under the [MIT License](https://github.com/apeman-scff-labo/apeman-scff-react/blob/master/LICENSE).
142
143<!-- LICENSE End -->
144
145
146<!-- Links Start -->
147<a name="links"></a>
148
149Links
150------
151
152+ [apeman][apeman_url]
153+ [apeman-react-labo][apeman_react_labo_url]
154+ [apeman-scaffold][apeman_scaffold_url]
155+ [apeman-scff][apeman_scff_url]
156
157[apeman_url]: https://github.com/apeman-labo/apeman
158[apeman_react_labo_url]: https://github.com/apeman-react-labo
159[apeman_scaffold_url]: https://github.com/apeman-labo/apeman-scaffold
160[apeman_scff_url]: https://github.com/apeman-cmd-labo/apeman-scff
161
162<!-- Links End -->