docs/install.md for @git.zone/tscoverage

Install npmts

Get started with TypeScript awesomeness.

*npmts-g checks if the global version of npmts suffices the modules requirements. If not it installs npmts locally in the right version during npm install.

npm install npmts -g # installs npmts globally
npm install npmts-g --save-dev # installs npmts-g checking tool as devDependency

Then add it to your package.json's script section to trigger a build:

"scripts": {
    "test": "(npmts)"
}

Revision #5
Created 2026-03-28 10:49:31 UTC by foss.global Team
Updated 2026-03-28 12:15:27 UTC by foss.global Team