Skip to content

nevware21/ts-build-tools

Repository files navigation

@nevware21/ts-build-tools

This repo is a mono-repo containing TypeScript build tools

GitHub Workflow Status (main) GitHub Issues Pull Requests GitHub Release Date

Description

This is a mono-repo containing multiple TypeScript build tools:

Package Description Details
@nevware21/ts‑preproc
  • ts‑preproc
  • ts‑preproc‑restore
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. npm version downloads downloads
@nevware21/publish‑npm
  • publish‑npm
Simple tools for automating the publishing of packages to npm. npm version downloads downloads
@nevware21/coverage‑tools
  • merge‑coverage
Tools for merging coverage reports. npm version downloads downloads

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.