1
1
# posthtml-cli
2
-
3
- [ ![ node] [ node-image ]] [ node-url ]
4
- [ ![ NPM version] [ npm-image ]] [ npm-url ]
5
-
6
- [ ![ testen badge] [ testen-image ]] [ testen-url ]
7
- [ ![ Trasiv Build Status] [ travis-image ]] [ travis-url ]
8
- [ ![ AppVeyor Build Status] [ appveyor-img ]] [ appveyor ]
9
-
10
- [ ![ Coveralls Status] [ coveralls-image ]] [ coveralls-url ]
11
-
12
- [ ![ Dependency Status] [ depstat-image ]] [ depstat-url ]
13
- [ ![ DevDependency Status] [ depstat-dev-image ]] [ depstat-dev-url ]
14
-
15
- [ ![ XO code style] [ codestyle-image ]] [ codestyle-url ]
16
-
17
2
> Simple CLI for [ PostHTML] [ posthtml-url ]
18
3
4
+ [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Trasiv Build Status] [ travis-image ]] [ travis-url ] [ ![ AppVeyor Build Status] [ appveyor-img ]] [ appveyor ] [ ![ Coveralls Status] [ coveralls-image ]] [ coveralls-url ] [ ![ Dependency Status] [ depstat-image ]] [ depstat-url ] [ ![ Standard Code Style] [ style ]] [ style-url ]
5
+
19
6
## Install
20
7
21
8
```
@@ -161,40 +148,13 @@ $ posthtml -i input.html -r
161
148
$ posthtml -i inputFolder/* .html -r
162
149
```
163
150
164
- ## LICENSE
165
-
166
- > MIT License (MIT)
167
-
168
- > Copyright (c) Ivan Demidov < [email protected] >
169
-
170
- > Permission is hereby granted, free of charge, to any person obtaining a copy
171
- of this software and associated documentation files (the "Software"), to deal
172
- in the Software without restriction, including without limitation the rights
173
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
174
- copies of the Software, and to permit persons to whom the Software is
175
- furnished to do so, subject to the following conditions:
176
-
177
- > The above copyright notice and this permission notice shall be included in all
178
- copies or substantial portions of the Software.
179
-
180
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
181
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
182
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
183
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
184
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
185
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
151
+ ### License [ MIT] ( LICENSE )
186
152
187
153
[ posthtml-url ] : http://github.com/posthtml/posthtml
188
154
189
- [ node-url ] : ""
190
- [ node-image ] : https://img.shields.io/node/v/post-sequence.svg?maxAge=2592000&style=flat-square
191
-
192
155
[ npm-url ] : https://npmjs.org/package/posthtml-cli
193
156
[ npm-image ] : http://img.shields.io/npm/v/posthtml-cli.svg?style=flat-square
194
157
195
- [ testen-url ] : https://github.com/egoist/testen
196
- [ testen-image ] : https://img.shields.io/badge/testen-passing-brightgreen.svg?style=flat-square
197
-
198
158
[ travis-url ] : https://travis-ci.org/posthtml/posthtml-cli
199
159
[ travis-image ] : http://img.shields.io/travis/posthtml/posthtml-cli.svg?style=flat-square&label=unix
200
160
@@ -207,8 +167,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
207
167
[ depstat-url ] : https://david-dm.org/posthtml/posthtml-cli
208
168
[ depstat-image ] : https://david-dm.org/posthtml/posthtml-cli.svg?style=flat-square
209
169
210
- [ depstat-dev-url ] : https://david-dm.org/posthtml/posthtml-cli
211
- [ depstat-dev-image ] : https://david-dm.org/posthtml/posthtml-cli/dev-status.svg?style=flat-square
212
-
213
- [ codestyle-url ] : https://github.com/sindresorhus/xo
214
- [ codestyle-image ] : https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square
170
+ [ style-url ] : http://standardjs.com/
171
+ [ style ] : https://img.shields.io/badge/code%20style-standard-yellow.svg?style=flat-square
0 commit comments