Additional badges for public repositories
%PACKAGE_DESCRIPTION%
This project requires nodejs to be installed on your system.
Install project dependencies
npm install
npm run testwill run karma and test your code. Will also create a code coverage report at/coverage.- Optional: Use WallabyJS for continous testing.
This project uses tslint to enforce similar code styles across source and test files. Passing tslint validation is a CI requirement. You can run and validate your code style locally.
npm run lintlints all typescript files in the project.npm run lint-fixto also fix most common errors automatically.
This package is automatically build and deployed using TravisCI and semantic-release. You can however test the process locally:
npm run buildcompile sources into all desired formats.npm run packto create the final package.
Note: You'll have to edit package.json to include a version number of your choice. Don't check this in though as the version number is determined by semantic-release.