Skip to content

Commit 83d7cc6

Browse files
committed
docs: ✏️ new badges added
This commit includes newer image shield badges and npm repo link
1 parent d2a81b1 commit 83d7cc6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
<h1 align="center">welcome to fastify-typescript-generator 👋</h1>
22
<p>
3-
<img alt="Version" src="https://img.shields.io/badge/version-0.0.3-blue.svg?cacheSeconds=2592000" />
3+
<img alt="Version" src="https://img.shields.io/github/package-json/v/open-devs/fastify-typescript-generator" />
4+
<a href="https://www.npmjs.com/package/fastify-typescript-generator" target="_blank">
5+
<img alt="npm" src="https://img.shields.io/npm/v/fastify-typescript-generator">
6+
</a>
7+
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/fastify-typescript-generator">
8+
<img alt="npm" src="https://img.shields.io/npm/dm/fastify-typescript-generator">
49
<a href="https://github.com/open-devs/fastify-typescript-generator#readme" target="_blank">
510
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-blue.svg" />
611
</a>
712
<a href="https://github.com/open-devs/fastify-typescript-generator/graphs/commit-activity" target="_blank">
813
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained-yes-blue.svg" />
914
</a>
1015
<a href="https://github.com/open-devs/fastify-typescript-generator/blob/master/LICENSE" target="_blank">
11-
<img alt="License: MIT" src="https://img.shields.io/github/license/open-devs/fastify-typescript-generator" />
16+
<img alt="License: MIT" src="https://img.shields.io/npm/l/fastify-typescript-generator" />
17+
<img alt="Snyk Vulnerabilities for npm package" src="https://img.shields.io/snyk/vulnerabilities/npm/fastify-typescript-generator">
1218
</a>
1319
</p>
1420

1521
> generates new [fastify](https://www.fastify.io/) applications in everyone's favourite language [typescript](https://github.com/microsoft/TypeScript) with various options to choose from based on your project needs
1622
1723
### 🏠 [homepage](https://github.com/open-devs/fastify-typescript-generator#readme)
1824

25+
### 📰 [npm](https://www.npmjs.com/package/fastify-typescript-generator)
26+
1927
## install
2028

2129
```sh

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-typescript-generator",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead",
55
"preferGlobal": true,
66
"scripts": {

0 commit comments

Comments
 (0)