UNPKG

3.67 kBMarkdownView Raw
1apeman-proto-abstract
2==========
3<!---
4!!DO NOT MANUALLY EDIT THIS FILE.
5
6Generated by coz on 2016-05-08,
7from a template provided by apeman-bud-readme.
8--->
9
10<!-- Badge Start -->
11<a name="badges"></a>
12
13[![Build Status][bd_travis_shield_url]][bd_travis_url]
14[![Code Climate][bd_codeclimate_shield_url]][bd_codeclimate_url]
15[![Code Coverage][bd_codeclimate_coverage_shield_url]][bd_codeclimate_url]
16[![npm Version][bd_npm_shield_url]][bd_npm_url]
17
18[bd_repo_url]: https://github.com/apeman-proto-labo/apeman-proto-abstract
19[bd_travis_url]: http://travis-ci.org/apeman-proto-labo/apeman-proto-abstract
20[bd_travis_shield_url]: http://img.shields.io/travis/apeman-proto-labo/apeman-proto-abstract.svg?style=flat
21[bd_travis_com_url]: http://travis-ci.com/apeman-proto-labo/apeman-proto-abstract
22[bd_travis_com_shield_url]: https://api.travis-ci.com/apeman-proto-labo/apeman-proto-abstract.svg?token=
23[bd_license_url]: https://github.com/apeman-proto-labo/apeman-proto-abstract/blob/master/LICENSE
24[bd_codeclimate_url]: http://codeclimate.com/github/apeman-proto-labo/apeman-proto-abstract
25[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-proto-labo/apeman-proto-abstract.svg?style=flat
26[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-proto-labo/apeman-proto-abstract.svg?style=flat
27[bd_gemnasium_url]: https://gemnasium.com/apeman-proto-labo/apeman-proto-abstract
28[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-proto-labo/apeman-proto-abstract.svg
29[bd_npm_url]: http://www.npmjs.org/package/apeman-proto-abstract
30[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-proto-abstract.svg?style=flat
31[bd_bower_badge_url]: https://img.shields.io/bower/v/apeman-proto-abstract.svg?style=flat
32
33<!-- Badge End -->
34
35
36<!-- Description Start -->
37<a name="description"></a>
38
39Abstract prototype for all apeman projects.
40
41<!-- Description End -->
42
43
44<!-- Overview Start -->
45<a name="overview"></a>
46
47
48<!-- Overview End -->
49
50
51<!-- Sections Start -->
52<a name="sections"></a>
53
54<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->
55
56<a name="section-doc-guides-01-installation-md"></a>
57Installation
58-----
59
60```bash
61$ npm install apeman-proto-abstract --save
62```
63
64<!-- Section from "doc/guides/01.Installation.md.hbs" End -->
65
66<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->
67
68<a name="section-doc-guides-02-usage-md"></a>
69Usage
70---------
71
72```javascript
73'use strict'
74
75module.exports = {
76 $pkg: { /* ... */ },
77 $proto: [
78 // Inherit abstract project.
79 require('apeman-proto-abstract')
80 ],
81 $tmpls: { /* ... */ },
82 $tasks: { /* ... */ }
83}
84
85```
86
87<!-- Section from "doc/guides/02.Usage.md.hbs" End -->
88
89<!-- Section from "doc/guides/03.Defined.md.hbs" Start -->
90
91<a name="section-doc-guides-03-defined-md"></a>
92## Apemanfile Configurations
93
94 + [$pkg](#apdoc-pkg)
95 + [$needs](#apdoc-needs)
96
97<a name="apdoc-pkg"></a>
98### $pkg
99
100| Name | Value |
101| --- | ---- |
102| name | apeman-proto-abstract |
103| version | 4.0.0 |
104| description | Abstract prototype for all apeman projects. |
105
106<a name="apdoc-needs"></a>
107### $needs
108
109| Bin | How to install |
110| --- | ----- |
111| **apeman** | `npm install -g apeman` |
112
113
114<!-- Section from "doc/guides/03.Defined.md.hbs" End -->
115
116
117<!-- Sections Start -->
118
119
120<!-- LICENSE Start -->
121<a name="license"></a>
122
123License
124-------
125This software is released under the [MIT License](https://github.com/apeman-proto-labo/apeman-proto-abstract/blob/master/LICENSE).
126
127<!-- LICENSE End -->
128
129
130<!-- Links Start -->
131<a name="links"></a>
132
133Links
134------
135
136+ [apeman](http://github.com/apeman-labo/apeman)
137+ [apeman-proto](https://github.com/apeman-cmd-labo/apeman-proto)
138
139<!-- Links End -->