Skip to content

Commit c274c97

Browse files
committed
Add readme #2
1 parent d4c069d commit c274c97

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# posthtml-cli
2+
3+
[![NPM version][npm-image]][npm-url]
4+
[![Build Status][travis-image]][travis-url]
5+
[![Coveralls Status][coveralls-image]][coveralls-url]
6+
[![Dependency Status][depstat-image]][depstat-url]
7+
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]
8+
[![XO code style][codestyle-image]][codestyle-url]
9+
10+
> CLI for posthtml
11+
12+
## Install
13+
14+
```sh
15+
npm install --global posthtml-cli
16+
```
17+
18+
## License
19+
MIT
20+
21+
[npm-url]: https://npmjs.org/package/posthtml-cli
22+
[npm-image]: http://img.shields.io/npm/v/posthtml-cli.svg?style=flat-square
23+
24+
[travis-url]: https://travis-ci.org/GitScrum/posthtml-cli
25+
[travis-image]: http://img.shields.io/travis/GitScrum/posthtml-cli.svg?style=flat-square
26+
27+
[coveralls-url]: https://coveralls.io/r/GitScrum/posthtml-cli
28+
[coveralls-image]: http://img.shields.io/coveralls/GitScrum/posthtml-cli.svg?style=flat-square
29+
30+
[depstat-url]: https://david-dm.org/GitScrum/posthtml-cli
31+
[depstat-image]: https://david-dm.org/GitScrum/posthtml-cli.svg?style=flat-square
32+
33+
[depstat-dev-url]: https://david-dm.org/GitScrum/posthtml-cli
34+
[depstat-dev-image]: https://david-dm.org/GitScrum/posthtml-cli/dev-status.svg?style=flat-square
35+
36+
[codestyle-url]: https://github.com/sindresorhus/xo
37+
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square

0 commit comments

Comments
 (0)