Skip to content

VilemP/typescript-test

Repository files navigation

typescript-test

This is just a test project to share with colleagues where we discuss various potential solutions in our future with Typescript :-)

Initial installation

To use Yarn package manager run npm install -g yarn (highly recommended). Then just run yarn.

Usage

yarn test (npm test) runs tests and watches for changes

yarn test:single (npm run test:single) runs tests once (without watching)

yarn lint (npm run lint) runs linter

(yarn build or npm run build) creates distribution bundle

Commiting changes

yarn commit (npm run commit) runs linter and forces the user to write commit message according to AngularJS's commit message convention

git push runs tests, linter and then pushes changes to GitHub repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages