1.0.1 • Published 6 years ago

minimal-typescript-template v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

minimal-template-typescript

A minimal TypeScript template to have a quick start in my side projects.

What does it have?

  • TypeScript minimal setup
  • Jest framework for unit tests
  • Cucumber for acceptance tests in a BDD style (using Jest for expectations)
  • .gitignore minimal setup

Running

Unit tests

yarn test

Acceptance tests

yarn test:acceptance