UNPKG

5.65 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/deploy.js](asset/tmpl/ci/deploy.js.tmpl)
104+ [ci/release.js](asset/tmpl/ci/release.js.tmpl)
105+ [ci/share.js](asset/tmpl/ci/share.js.tmpl)
106+ [ci/test.js](asset/tmpl/ci/test.js.tmpl)
107+ [ci/update.js](asset/tmpl/ci/update.js.tmpl)
108+ [ci/watch.js](asset/tmpl/ci/watch.js.tmpl)
109+ [doc/demo/demo.component.jsx](asset/tmpl/doc/demo/demo.component.jsx.tmpl)
110+ [doc/demo/demo.entrypoint.jsx](asset/tmpl/doc/demo/demo.entrypoint.jsx.tmpl)
111+ [doc/guides/01.Installation.md.hbs](asset/tmpl/doc/guides/01.Installation.md.hbs.tmpl)
112+ [doc/guides/02.Demo.md.hbs](asset/tmpl/doc/guides/02.Demo.md.hbs.tmpl)
113+ [doc/guides/03.Usage.md.hbs](asset/tmpl/doc/guides/03.Usage.md.hbs.tmpl)
114+ [doc/guides/04.Components.md.hbs](asset/tmpl/doc/guides/04.Components.md.hbs.tmpl)
115+ [doc/images/screenshot.png](asset/tmpl/doc/images/screenshot.png.tmpl)
116+ [doc/links.json](asset/tmpl/doc/links.json.tmpl)
117+ [doc/overview.md](asset/tmpl/doc/overview.md.tmpl)
118+ [example/example-usage.jsx](asset/tmpl/example/example-usage.jsx.tmpl)
119+ [lib/~~~~component_name@snakecase~~~~_style.jsx](asset/tmpl/lib/~~~~component_name@snakecase~~~~_style.jsx.tmpl)
120+ [lib/~~~~component_name@snakecase~~~~.jsx](asset/tmpl/lib/~~~~component_name@snakecase~~~~.jsx.tmpl)
121+ [lib/index.jsx](asset/tmpl/lib/index.jsx.tmpl)
122+ [package.json](asset/tmpl/package.json.tmpl)
123+ [shim/node/~~~~component_name@snakecase~~~~_style.js](asset/tmpl/shim/node/~~~~component_name@snakecase~~~~_style.js.tmpl)
124+ [shim/node/~~~~component_name@snakecase~~~~.js](asset/tmpl/shim/node/~~~~component_name@snakecase~~~~.js.tmpl)
125+ [shim/node/index.js](asset/tmpl/shim/node/index.js.tmpl)
126+ [test/_setup.js](asset/tmpl/test/_setup.js.tmpl)
127+ [test/~~~~component_name@snakecase~~~~_style_test.jsx](asset/tmpl/test/~~~~component_name@snakecase~~~~_style_test.jsx.tmpl)
128+ [test/~~~~component_name@snakecase~~~~_test.jsx](asset/tmpl/test/~~~~component_name@snakecase~~~~_test.jsx.tmpl)
129+ [test/mocha.opts](asset/tmpl/test/mocha.opts.tmpl)
130
131
132<!-- Section from "doc/guides/03.Templates.md.hbs" End -->
133
134
135<!-- Sections Start -->
136
137
138<!-- LICENSE Start -->
139<a name="license"></a>
140
141License
142-------
143This software is released under the [MIT License](https://github.com/apeman-scff-labo/apeman-scff-react/blob/master/LICENSE).
144
145<!-- LICENSE End -->
146
147
148<!-- Links Start -->
149<a name="links"></a>
150
151Links
152------
153
154+ [apeman][apeman_url]
155+ [apeman-react-labo][apeman_react_labo_url]
156+ [apeman-scaffold][apeman_scaffold_url]
157+ [apeman-scff][apeman_scff_url]
158
159[apeman_url]: https://github.com/apeman-labo/apeman
160[apeman_react_labo_url]: https://github.com/apeman-react-labo
161[apeman_scaffold_url]: https://github.com/apeman-labo/apeman-scaffold
162[apeman_scff_url]: https://github.com/apeman-cmd-labo/apeman-scff
163
164<!-- Links End -->