pankod/moleculerjs-boilerplate

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.dockerignore
.editorconfig
.gitignore
.prettierrc
.travis.yml
Dockerfile
LICENSE
README.md
banner.png
cli.gif
db.sqlite.example
docker-compose.env
docker-compose.yml
moleculerjs-cover.png
package-lock.json
package.json
public/favicon.ico
public/index.html
swagger/package.json
swagger/swagger.json
swaggerConfig.json
tsconfig.json
tsconfig.production.json
.eslintrc.js60
swagger/config.js18
swagger/index.js24
moleculer.config.ts67
services/api.service.ts24
services/attack.service.ts50
services/index.ts2
services/planet.service.ts45
src/Entities/Connection.ts14
src/Entities/Planet.ts14
src/Entities/Weapon.ts17
src/Entities/index.ts2
src/Interfaces/Meta/index.ts1
src/Interfaces/Repositories/Planet/index.ts1
src/Interfaces/Repositories/Weapon/index.ts1
src/Interfaces/Services/Attack/index.ts1
src/Interfaces/Services/Planet/index.ts1
src/Interfaces/index.ts5
src/Meta/CalculateMeta.ts11
src/Meta/index.ts1
src/Repositories/ErrorHelpers.ts7
src/Repositories/Planet.ts18
src/Repositories/Shared.ts10
src/Repositories/Weapon.ts15
src/Repositories/index.ts2
src/ServiceHelpers/AttackHelper.ts9