updated readme

This commit is contained in:
Philipp Kunz 2016-02-17 01:40:01 +01:00
parent f2ef982189
commit 4806f5ceff

View File

@ -30,7 +30,7 @@ Then use it in package.json's script section to trigger a build:
**Execution order of tasks** **Execution order of tasks**
1. Install typings 1. Install typings
2. Compile TypeScript 2. Transpile TypeScript with inline sourcemaps
3. Create Declaration Files 3. Create Declaration Files
4. Instrumentalize created JavaScript files with istanbul 4. Instrumentalize created JavaScript files with istanbul
5. Run Tests 5. Run Tests
@ -62,6 +62,8 @@ npmts instrumentalizes the created JavaScript code to create a coverage report.
When Typings have been installed, TypeScript + Declaration files have been transpiled and the resulting JS has been instrumentalized, When Typings have been installed, TypeScript + Declaration files have been transpiled and the resulting JS has been instrumentalized,
npmts runs `.test/test.js` with mocha. npmts runs `.test/test.js` with mocha.
Any errors will be shown with reference to their originating source in TypeScript.
When requiring the module from other TypeScript files, When requiring the module from other TypeScript files,
the TypeScript Compiler will use the declaration file to resolve typings. the TypeScript Compiler will use the declaration file to resolve typings.