Skip to content

Commit

Permalink
chore: add license badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 20, 2024
1 parent b7a236f commit 5ff616a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cluster/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @polka/cluster [![npm](https://badgen.now.sh/npm/v/@polka/cluster)](https://npmjs.org/package/@polka/cluster)
# @polka/cluster [![npm](https://badgen.now.sh/npm/v/@polka/cluster)](https://npmjs.org/package/@polka/cluster) [![licenses](https://licenses.dev/b/npm/%40polka%2Fcluster)](https://licenses.dev/npm/%40polka%2Fcluster)

> Intialize and run a HTTP cluster; _not_ limited to [Polka][polka]!
Expand Down
3 changes: 3 additions & 0 deletions packages/polka/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<a href="https://codecov.io/gh/lukeed/polka">
<img src="https://badgen.now.sh/codecov/c/github/lukeed/polka" alt="codecov" />
</a>
<a href="https://licenses.dev/npm/polka">
<img src="https://licenses.dev/b/npm/polka" alt="licenses" />
</a>
<a href="https://npmjs.org/package/polka">
<img src="https://badgen.now.sh/npm/dm/polka" alt="downloads" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion packages/redirect/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @polka/redirect [![npm](https://badgen.now.sh/npm/v/@polka/redirect)](https://npmjs.org/package/@polka/redirect)
# @polka/redirect [![npm](https://badgen.now.sh/npm/v/@polka/redirect)](https://npmjs.org/package/@polka/redirect) [![licenses](https://licenses.dev/b/npm/%40polka%2Fredirect)](https://licenses.dev/npm/%40polka%2Fredirect)

> A response helper for URL redirects; _not_ limited to [Polka][polka]!
Expand Down
2 changes: 1 addition & 1 deletion packages/send/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @polka/send [![npm](https://badgen.now.sh/npm/v/@polka/redirect)](https://npmjs.org/package/@polka/send)
# @polka/send [![npm](https://badgen.now.sh/npm/v/@polka/redirect)](https://npmjs.org/package/@polka/send) [![licenses](https://licenses.dev/b/npm/%40polka%2Fsend)](https://licenses.dev/npm/%40polka%2Fsend)

> An HTTP response helper that detects `Content-Type`s & handles them accordingly &mdash; _not_ limited to [Polka][polka]!
Expand Down
2 changes: 1 addition & 1 deletion packages/url/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @polka/url [![npm](https://badgen.now.sh/npm/v/@polka/url)](https://npmjs.org/package/@polka/url)
# @polka/url [![npm](https://badgen.now.sh/npm/v/@polka/url)](https://npmjs.org/package/@polka/url) [![licenses](https://licenses.dev/b/npm/%40polka%2Furl)](https://licenses.dev/npm/%40polka%2Furl)

> Super fast, memoized `req.url` parser; _not_ limited to [Polka][polka]!
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<a href="https://codecov.io/gh/lukeed/polka">
<img src="https://badgen.now.sh/codecov/c/github/lukeed/polka" alt="codecov" />
</a>
<a href="https://licenses.dev/npm/polka">
<img src="https://licenses.dev/b/npm/polka" alt="licenses" />
</a>
<a href="https://npmjs.org/package/polka">
<img src="https://badgen.now.sh/npm/dm/polka" alt="downloads" />
</a>
Expand Down

0 comments on commit 5ff616a

Please sign in to comment.