Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5df0fe4

Browse filesBrowse files
committed
[readme] rename and add badges
1 parent a48b128 commit 5df0fe4
Copy full SHA for 5df0fe4

File tree

Expand file treeCollapse file tree

1 file changed

+20
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+20
-1
lines changed
Open diff view settings
Collapse file

‎readme.markdown‎ ‎README.md‎readme.markdown renamed to README.md

Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# minimist
1+
# minimist <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 argument options
411

@@ -84,3 +91,15 @@ npm install minimist
8491
# license
8592

8693
MIT
94+
95+
[package-url]: https://npmjs.org/package/minimist
96+
[npm-version-svg]: https://versionbadg.es/minimistjs/minimist.svg
97+
[npm-badge-png]: https://nodei.co/npm/minimist.png?downloads=true&stars=true
98+
[license-image]: https://img.shields.io/npm/l/minimist.svg
99+
[license-url]: LICENSE
100+
[downloads-image]: https://img.shields.io/npm/dm/minimist.svg
101+
[downloads-url]: https://npm-stat.com/charts.html?package=minimist
102+
[codecov-image]: https://codecov.io/gh/minimistjs/minimist/branch/main/graphs/badge.svg
103+
[codecov-url]: https://app.codecov.io/gh/minimistjs/minimist/
104+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/minimistjs/minimist
105+
[actions-url]: https://github.com/minimistjs/minimist/actions

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.