1.1.10 • Published 4 years ago
@t9tlai/tabnine-teams-server v1.1.10
tabnine-typescript-service
This is a template for creating nodejs typescript microservices.
Please change the description, and the above header after you cloned it.
Structure
src/
domains/ <- this is were most of the code should be, divided into domains
{domain1}/
{domain1}.router.ts
{domain1}.spec.ts
... other domain1 related files and folders ...
{domain2}/
{domain2}.router.ts
{domain2}.spec.ts
... other domain2 related files and folders ...
app/ <- cross cutting concerns - app and test setup and utilities
server.tsTest
yarn testPrettier
yarn prettier
yarn prettier:checkConsider configuring your editor to run prettier on save.
Lint
yarn lint
yarn lint:fixdevelopment
Will run the server in development mode. Will reload upon code changes.
yarn devBuild and run for production
yarn build
yarn startCommit hook
If you choose, you can run the following command to fix your code (prettier and eslint) during commit
yarn prepare1.1.9
4 years ago
1.1.10
4 years ago
1.1.8
4 years ago
1.1.1
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.0
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.0
4 years ago