1.1.2 • Published 5 years ago

create-typescript-service v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

create-typescript-service

A command line utility to create a TypeScript microservice template quickly.

Install
$ npm i -g create-typescript-service
Usage
$ create-typescript-service <service_name>
$ create-typescript-service my_new_microservice
What Gets Created
.
├── node_modules
├── Dockerfile
├── .dockerignore
├── package.json
├── src
│   ├── index.ts
│   └── routes
│       └── BasicRouter.ts
├── tests
│   ├── index.test.ts
│   ├── sample.test.ts
└── tsconfig.json
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago