Skip to content

omarcoteixeira/node-typescript-clean-architecture

Repository files navigation

CircleCI codecov sonar

Node (Typescript) Application Server using Clean Architecture

Run Sonar Cloud

docker run -ti -v $(pwd):/root/src omarcoteixeira/docker-sonar-scanner:v1 sonar-scanner \
  -Dsonar.projectBaseDir=/root/src \
  -Dsonar.projectKey=node-typescript-clean-architecture \
  -Dsonar.organization=omarcoteixeira-github \
  -Dsonar.sources=. \
  -Dsonar.host.url=https://sonarcloud.io \
  -Dsonar.login=$SONAR_SCANNER_LOGIN

About

Reference project using Typescript and Clean architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published