This is a mono-repo containing multiple TypeScript build tools:
Package | Description | Details |
---|---|---|
@nevware21/ts‑preproc
|
A simple pre-processor which can be run against your TypeScript or JavaScript files using single line comments to comment out the code which does not "pass" the pre-processor directives. | |
@nevware21/publish‑npm
|
Simple tools for automating the publishing of packages to npm. | |
@nevware21/coverage‑tools
|
Tools for merging coverage reports. |
To date (v0.1.0) these tools have existed within the individual repo's (
@nevware21/ts-utils
;@nevware21/ts-async
;@nevware21/grunt-plugins
; and@nevware21/tripwire
) is various forms and mostly the same set of features. As individually released projects the code has been refactored to be more generic while still providing the same functionality. Moving forward these tools will be extended as required, including any community requests.