Skip to content

Commit

Permalink
docs: ✏️ new badges added
Browse files Browse the repository at this point in the history
This commit includes newer image shield badges and npm repo link
  • Loading branch information
mikr13 committed Aug 30, 2020
1 parent d2a81b1 commit 83d7cc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
<h1 align="center">welcome to fastify-typescript-generator 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.0.3-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/github/package-json/v/open-devs/fastify-typescript-generator" />
<a href="https://www.npmjs.com/package/fastify-typescript-generator" target="_blank">
<img alt="npm" src="https://img.shields.io/npm/v/fastify-typescript-generator">
</a>
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/fastify-typescript-generator">
<img alt="npm" src="https://img.shields.io/npm/dm/fastify-typescript-generator">
<a href="https://github.com/open-devs/fastify-typescript-generator#readme" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-blue.svg" />
</a>
<a href="https://github.com/open-devs/fastify-typescript-generator/graphs/commit-activity" target="_blank">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained-yes-blue.svg" />
</a>
<a href="https://github.com/open-devs/fastify-typescript-generator/blob/master/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/github/license/open-devs/fastify-typescript-generator" />
<img alt="License: MIT" src="https://img.shields.io/npm/l/fastify-typescript-generator" />
<img alt="Snyk Vulnerabilities for npm package" src="https://img.shields.io/snyk/vulnerabilities/npm/fastify-typescript-generator">
</a>
</p>

> 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
### 🏠 [homepage](https://github.com/open-devs/fastify-typescript-generator#readme)

### 📰 [npm](https://www.npmjs.com/package/fastify-typescript-generator)

## install

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-typescript-generator",
"version": "0.1.3",
"version": "0.1.4",
"description": "Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead",
"preferGlobal": true,
"scripts": {
Expand Down

0 comments on commit 83d7cc6

Please sign in to comment.