Advanced Search
Search Results
793 total results found
readme.md for @git.zone/tsbuild
A powerful, modern TypeScript build tool with smart defaults, full tsconfig.json support, automatic output directory management, and cross-module import path rewriting. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, pleas...
readme.md for @git.zone/tools
A powerful CLI utility for managing your @git.zone development toolchain. Scan, update, and install all official @git.zone packages across multiple package managers — from a single command. Issue Reporting and Security For reporting bugs, issues, or security v...
readme.md for @git.zone/tsbundle
A powerful multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the central communi...
readme.md for @git.zone/tsdoc
AI-Powered Documentation & Commit Intelligence for TypeScript Projects 🚀 Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the central community hub for all issue reporting. Devel...
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/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
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 ...
@git.zone/tsrun
direct execution of TypeScript projects with ts-node
@git.zone/tswatch
watch typescript projects during development
@git.zone/cli
the main git.zone cli
@git.zone/tsdocker
Documentation for @git.zone/tsdocker