Basic TypeScript CLI Application
This is a template for a basic typescript app.
Either use this template directly within GitHub, or use degit:
$ npx degit fausttobias/typescript-cli my-new-project && code my-new-project
dev Starts the project in dev mode with hot reloading
build Builds the project
start Starts the built project
clean Cleanup build artifacts
lint Checks the project's source code
lint:fix Checks the project's source code and fixes auto-fixable problems
Issues or pull requests are welcome! \o/