UNPKG

3.36 kBMarkdownView Raw
1apeman-scff-web
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-web
17[bd_travis_url]: http://travis-ci.org/apeman-scff-labo/apeman-scff-web
18[bd_travis_shield_url]: http://img.shields.io/travis/apeman-scff-labo/apeman-scff-web.svg?style=flat
19[bd_license_url]: https://github.com/apeman-scff-labo/apeman-scff-web/blob/master/LICENSE
20[bd_codeclimate_url]: http://codeclimate.com/github/apeman-scff-labo/apeman-scff-web
21[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-scff-labo/apeman-scff-web.svg?style=flat
22[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-scff-labo/apeman-scff-web.svg?style=flat
23[bd_gemnasium_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-web
24[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-scff-labo/apeman-scff-web.svg
25[bd_npm_url]: http://www.npmjs.org/package/apeman-scff-web
26[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-scff-web.svg?style=flat
27[bd_bower_badge_url]: https://img.shields.io/bower/v/apeman-scff-web.svg?style=flat
28
29<!-- Badge End -->
30
31
32<!-- Description Start -->
33<a name="description"></a>
34
35Scaffold for web projects.
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-web --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-scff-web');
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+ [Apemanfile.js](asset/tmpl/Apemanfile.js.tmpl)
93+ [app/api/Apemanfile.js](asset/tmpl/app/api/Apemanfile.js.tmpl)
94+ [app/ui/Apemanfile.js](asset/tmpl/app/ui/Apemanfile.js.tmpl)
95+ [lib/browser-lib/Apemanfile.js](asset/tmpl/lib/browser-lib/Apemanfile.js.tmpl)
96+ [lib/node-lib/Apemanfile.js](asset/tmpl/lib/node-lib/Apemanfile.js.tmpl)
97+ [package.json](asset/tmpl/package.json.tmpl)
98
99
100<!-- Section from "doc/readme/03.Templates.md.hbs" End -->
101
102
103<!-- Sections Start -->
104
105
106<!-- LICENSE Start -->
107<a name="license"></a>
108
109License
110-------
111This software is released under the [MIT License](https://github.com/apeman-scff-labo/apeman-scff-web/blob/master/LICENSE).
112
113<!-- LICENSE End -->
114
115
116<!-- Links Start -->
117<a name="links"></a>
118
119Links
120------
121
122+ [apeman](https://github.com/apeman-labo/apeman)
123+ [apeman-scff-labo](https://github.com/apeman-scff-labo)
124
125<!-- Links End -->