1.0.7 • Published 3 years ago

express-typescript-generator v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Express Typescript Generator

NPM Version License

Quickest way to create a minimum viable Express appilication in Typescript. Base code structure is generated by express-generator.

  • Typescript 3.9
  • Express 4.16
  • Jest 26.0

Bare minimum. No extra packages added

Quick start

Create a new TypeScript Express app:

npx express-typescript-generator <app-name>

Start dev server at http://localhost:3000. Monitor changes in src

npm run dev 

Serve server at http://localhost:3000

npn run serve

Test with jest

npm run test

Generate test coverage

npm run test:coverage
1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago