UNPKG

2.72 kBMarkdownView Raw
1apeman-bud-ci
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-bud-labo/apeman-bud-ci
17[bd_travis_url]: http://travis-ci.org/apeman-bud-labo/apeman-bud-ci
18[bd_travis_shield_url]: http://img.shields.io/travis/apeman-bud-labo/apeman-bud-ci.svg?style=flat
19[bd_license_url]: https://github.com/apeman-bud-labo/apeman-bud-ci/blob/master/LICENSE
20[bd_codeclimate_url]: http://codeclimate.com/github/apeman-bud-labo/apeman-bud-ci
21[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-bud-labo/apeman-bud-ci.svg?style=flat
22[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-bud-labo/apeman-bud-ci.svg?style=flat
23[bd_gemnasium_url]: https://gemnasium.com/apeman-bud-labo/apeman-bud-ci
24[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-bud-labo/apeman-bud-ci.svg
25[bd_npm_url]: http://www.npmjs.org/package/apeman-bud-ci
26[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-bud-ci.svg?style=flat
27[bd_bower_badge_url]: https://img.shields.io/bower/v/apeman-bud-ci.svg?style=flat
28
29<!-- Badge End -->
30
31
32<!-- Description Start -->
33<a name="description"></a>
34
35apeman bud for ci scripts.
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
58$ npm install apeman-bud-ci --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/**
72 * A bud file to render with coz.
73 */
74"use strict";
75
76var apemanBudCi = require('apeman-bud-ci');
77
78module.exports = apemanBudCi({
79
80});
81
82if (!module.parent) {
83 require('coz').render(__filename);
84}
85```
86
87
88<!-- Section from "doc/readme/02.Usage.md.hbs" End -->
89
90
91<!-- Sections Start -->
92
93
94<!-- LICENSE Start -->
95<a name="license"></a>
96
97License
98-------
99This software is released under the [MIT License](https://github.com/apeman-bud-labo/apeman-bud-ci/blob/master/LICENSE).
100
101<!-- LICENSE End -->
102
103
104<!-- Links Start -->
105<a name="links"></a>
106
107Links
108------
109
110+ [apeman](https://github.com/apeman-labo/apeman)
111+ [coz](https://github.com/coz-repo/coz)
112
113<!-- Links End -->