From c91f25c01438db24eb5a3663652344ae9020d027 Mon Sep 17 00:00:00 2001 From: AnthonyLzq Date: Sat, 25 Jun 2022 23:55:06 -0500 Subject: [PATCH] feat: added lint badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 619a1a6..afc39d4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/AnthonyLzq/simba.js/blob/master/LICENSE) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://reactjs.org/docs/how-to-contribute.html#your-first-pull-request) +[![Lint](https://github.com/AnthonyLzq/simba.js/actions/workflows/lint.yml/badge.svg)](https://github.com/AnthonyLzq/simba.js/actions/workflows/lint.yml) Set up a modern backend app by running one command. This project has the goal to create a complete setup for a backend application using `TypeScript` and `Express` or `Fastify`. It will create many files that are usually created manually. Think about Simba.js like a [CRA](https://create-react-app.dev/), but for backend development. Check the [**project structure**](#project-structure) for more information.