Skip to content

Commit 7eb5134

Browse files
committed
[readme] rename, add badges
1 parent 67381b6 commit 7eb5134

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

readme.markdown renamed to README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# shell-quote
1+
# shell-quote <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2+
3+
[![github actions][actions-image]][actions-url]
4+
[![coverage][codecov-image]][codecov-url]
5+
[![License][license-image]][license-url]
6+
[![Downloads][downloads-image]][downloads-url]
7+
8+
[![npm badge][npm-badge-png]][package-url]
29

310
Parse and quote shell commands.
411

@@ -136,3 +143,19 @@ npm install shell-quote
136143
# license
137144

138145
MIT
146+
147+
[package-url]: https://npmjs.org/package/shell-quote
148+
[npm-version-svg]: https://versionbadg.es/ljharb/shell-quote.svg
149+
[deps-svg]: https://david-dm.org/ljharb/shell-quote.svg
150+
[deps-url]: https://david-dm.org/ljharb/shell-quote
151+
[dev-deps-svg]: https://david-dm.org/ljharb/shell-quote/dev-status.svg
152+
[dev-deps-url]: https://david-dm.org/ljharb/shell-quote#info=devDependencies
153+
[npm-badge-png]: https://nodei.co/npm/shell-quote.png?downloads=true&stars=true
154+
[license-image]: https://img.shields.io/npm/l/shell-quote.svg
155+
[license-url]: LICENSE
156+
[downloads-image]: https://img.shields.io/npm/dm/shell-quote.svg
157+
[downloads-url]: https://npm-stat.com/charts.html?package=shell-quote
158+
[codecov-image]: https://codecov.io/gh/ljharb/shell-quote/branch/main/graphs/badge.svg
159+
[codecov-url]: https://app.codecov.io/gh/ljharb/shell-quote/
160+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/shell-quote
161+
[actions-url]: https://github.com/ljharb/shell-quote/actions

0 commit comments

Comments
 (0)