Advanced Search
Search Results
479 total results found
readme.md for @fin.cx/opendata
🚀 Complete financial intelligence toolkit for TypeScript Access real-time stock prices, fundamental financial data, and comprehensive German company information - all through a single, unified API. Installation npm install @fin.cx/opendata # or pnpm add @fin.c...
readme.md for @fin.cx/portablefinance
an interface package for the financeplus organization Install To install the @fin.cx/portablefinance package, you can use npm or yarn. Make sure you have Node.js installed on your machine. Using npm: npm install @fin.cx/portablefinance Using yarn: yarn add @f...
readme.md for @fin.cx/calculation
Professional financial calculations with decimal precision for JavaScript and TypeScript 🎯 Why @fin.cx/calculation? JavaScript's floating-point arithmetic can lead to precision errors in financial calculations: // JavaScript floating point problem 0.1 + 0...
readme.md for @fin.cx/skr
Enterprise-grade German accounting standards implementation for SKR03 and SKR04 Rock-solid double-entry bookkeeping with MongoDB persistence, e-invoice integration, and full TypeScript support 🚀 Why @fin.cx/skr? Building compliant German accounting software?...
readme.md for @foss.global/foss.global
Official codebase for the foss.global website, built with TypeScript and the @api.global ecosystem. Prerequisites Node.js (>=18) pnpm (Optional) GITEA_TOKEN environment variable or .nogit/GITEA_TOKEN file for fetching commit data Installation pnpm install B...
readme.md for @foss.global/docs.foss.global
the docs for foss.global! Not more, not less. Legal UNLICENSED licensed | © Task Venture Capital GmbH | By using this npm module you agree to our privacy policy
docs/index.md for @foss.global/docs.foss.global
title: Home Home
readme.md for @foss.global/codefeed
Generate an activity feed from a Gitea instance. Scans orgs and repos, retrieves commits since a configurable timestamp, enriches with tags, optional npm publish detection, and CHANGELOG snippets. Install pnpm add @foss.global/codefeed # or npm i @foss.global/...
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...