5785a2631b | ||
---|---|---|
src | ||
test | ||
.gitignore | ||
.npmignore | ||
Jenkinsfile | ||
README.md | ||
gulpfile.js | ||
karma.conf.js | ||
package.json | ||
system.config.js | ||
test-main.js | ||
tsconfig.json | ||
tslint.json |
README.md
TypeScript Seed
A seed project for TypeScript language. This project gives simple Jenkins pipeline configuration for building, testing and deployment.
Tools used
- Jasmine - For TDD development.
- SystemJS - For AMD based module loading.
- Gulp - Build system.
- Karma - Used for running Test scripts in browsers.
Installing Dependencies
To install all dependent packages, use the below command
npm install -g typescript gulp-cli karma-cli
npm install
Compiling the Source
To compile the source files, use the below command
npm run compile:dist
Running Test
To run the test scripts, use the below command
npm run test