File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >welcome to fastify-typescript-generator 👋</h1 >
2
2
<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 " >
4
9
<a href =" https://github.com/open-devs/fastify-typescript-generator#readme " target =" _blank " >
5
10
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-blue.svg" />
6
11
</a >
7
12
<a href =" https://github.com/open-devs/fastify-typescript-generator/graphs/commit-activity " target =" _blank " >
8
13
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained-yes-blue.svg" />
9
14
</a >
10
15
<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 " >
12
18
</a >
13
19
</p >
14
20
15
21
> 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
16
22
17
23
### 🏠 [ homepage] ( https://github.com/open-devs/fastify-typescript-generator#readme )
18
24
25
+ ### 📰 [ npm] ( https://www.npmjs.com/package/fastify-typescript-generator )
26
+
19
27
## install
20
28
21
29
``` sh
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fastify-typescript-generator" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"description" : " Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead" ,
5
5
"preferGlobal" : true ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments