File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 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 ]
2
9
3
10
Parse and quote shell commands.
4
11
@@ -136,3 +143,19 @@ npm install shell-quote
136
143
# license
137
144
138
145
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
You can’t perform that action at this time.
0 commit comments