From c055b7c04c22b5f3c63b8d9ec2a2798cf6e8f6f8 Mon Sep 17 00:00:00 2001 From: Aleksei Gurianov Date: Thu, 15 Apr 2021 21:31:33 +0400 Subject: [PATCH] docs: format badges definitions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaf761573..561eb4270 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ ![tsdx](https://user-images.githubusercontent.com/4060187/56918426-fc747600-6a8b-11e9-806d-2da0b49e89e4.png) -[![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Discord](https://img.shields.io/discord/769256827007139912.svg?style=flat-square)](https://discord.gg/pJSg287) - +[![Blazing Fast][blazing-image]][blazing-url] +[![Blazing Fast][blazing-image]][blazing-url] +[![Blazing Fast][blazing-image]][blazing-url] +[![Discord][discord-image]][discord-url] + +[blazing-image]: https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green +[blazing-url]: https://npm.im/tsdx +[discord-image]: https://img.shields.io/discord/769256827007139912.svg?style=flat-square +[discord-url]: https://discord.gg/pJSg287 Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between [Rollup](https://github.com/rollup/rollup), [Jest](https://github.com/facebook/jest), `tsconfig`, [Yarn resolutions](https://yarnpkg.com/en/docs/selective-version-resolutions), ESLint, and getting VSCode to play nicely....there is just a whole lot of stuff to do (and things to screw up). TSDX is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease--so you can focus on your awesome new library and not waste another afternoon on the configuration.