Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit a9360cf

Browse files
committed
add license, download and version badges to readme
1 parent debd0da commit a9360cf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
# nuxt-session
44

5+
[![npm version][npm-version-src]][npm-version-href]
6+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
7+
[![GitHub stars](https://badgen.net/github/stars/sidebase/nuxt-session)](https://GitHub.com/sidebase/nuxt-session/)
8+
[![License][license-src]][license-href]
59
[![Follow us on Twitter](https://badgen.net/badge/icon/twitter?icon=twitter&label)](https://twitter.com/sidebase_io)
610
[![Join our Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/9MUHR8WT9B)
7-
[![GitHub stars](https://badgen.net/github/stars/sidebase/nuxt-session)](https://GitHub.com/sidebase/nuxt-session/)
811

912
Nuxt session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...
1013

@@ -85,3 +88,15 @@ See the playground to interactively use this:
8588
- Use `npm run dev` to start [playground](./playground) in development mode.
8689
- Run `npm run lint` to run eslint
8790
- Run `npm run type` to run typescheck via tsc
91+
92+
93+
94+
<!-- Badges -->
95+
[npm-version-src]: https://img.shields.io/npm/v/@sidebase/nuxt-session/latest.svg
96+
[npm-version-href]: https://npmjs.com/package/@sidebase/nuxt-session
97+
98+
[npm-downloads-src]: https://img.shields.io/npm/dt/@sidebase/nuxt-session.svg
99+
[npm-downloads-href]: https://npmjs.com/package/@sidebase/nuxt-session
100+
101+
[license-src]: https://img.shields.io/npm/l/@sidebase/nuxt-session.svg
102+
[license-href]: https://npmjs.com/package/@sidebase/nuxt-session

0 commit comments

Comments
 (0)