From caca4ad0bafa69d1d7c118c22ae5d1b5f5c60219 Mon Sep 17 00:00:00 2001 From: "Caian R. Ertl" Date: Mon, 8 Feb 2021 03:27:42 -0300 Subject: [PATCH] docs: update readme to include references of flow --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cba768..f64369e 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ An opinionated template for NodeJS projects that includes, out of the box: - Unit testing with __Jest__ - Next generation JS with __Babel__ +- Static type checking with __Flow__ - Code coverage on __Codecov__ - __Docker__ image - Good-looking API documentation with __JSDoc__ - CI/CD pipeline on __Azure DevOps__ with: - - Linting and style checking + - Linting, typing and style checking - Test execution and coverage report upload - Documentation assets upload to public S3 bucket - Docker image push to DockerHub