File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments