Advanced Search
Search Results
11 total results found
readme.md for @git.zone/tscoverage
A CLI tool for collecting and reporting test coverage information for TypeScript projects in the gitzone ecosystem. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the central c...
docs/00footer.md for @git.zone/tscoverage
Legal Info Privacy Policy /// Git.Zone tools for a seamless dev workflow Lossless GmbH the company behind git.zone and npmts ///
docs/config.md for @git.zone/tscoverage
name: config Configuration npmts can be configured to your needs. npmextra.json the npmts section in npmextra.json can be used to configure npmts. Default Note: When you are using "mode":"default" it'll cause npmts to override any other settings you may have...
docs/default.md for @git.zone/tscoverage
name: Default Behaviour Default Behaviour when you don't configure it otherwise. Config: Check config in ./npmextra.json (Check out npmextra) Clean: Clean up from any previous builds (old js files) Check: Check project for typings declaration in package.json...
docs/examples.md for @git.zone/tscoverage
name: Examples Examples modules that use npmts in theis development workflow Module Name Description gitzone fast npm module prototyping gulp-browser browserify for gulp npmdocker dockerized npm development smartcli easy cli tool creation The...
docs/getstarted.md for @git.zone/tscoverage
name: Get Started description: learn how to quickly write npm TypeScript modules Get Started with NPMTS and learn how to quickly write npm TypeScript modules Step1: Install the tools To use npmts install it using npm or yarn: npm install -g npmts # install wi...
docs/index.md for @git.zone/tscoverage
name: Index description: best practice npm TypeScript modules npmts best practice npm TypeScript modules Availabililty Status for master Quick Demo Usage NPMTS is your friend when writing, testing, publishing and documenting npm modules written ...
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 ...
docs/structure.md for @git.zone/tscoverage
name: npmts project structure description: how npmts projects are structured npmts - Project Structure locally projectroot |- .nogit/ # contains files that should not be checked into git - NOgit |- dist/ # contains compiled js files and ...
changelog.md for @git.zone/tscoverage
2026-03-24 - 10.0.0 - BREAKING CHANGE(package) migrate package to the @git.zone scope and ESM-based tooling rename the published package from @gitzone/tscoverage to @git.zone/tscoverage switch CLI entrypoints from CommonJS require() to ESM dynamic imports and...
docs/changelog.md for @git.zone/tscoverage
2017-07-30: Version 7.x.x -> 8.x.x Testfiles in ./test/ can now import files directly from the ts dir: // ./test/test.ts import * as myModule from '../ts/index