Advanced Search
Search Results
10 total results found
readme.md for @git.zone/tspublish
Effortlessly publish multiple TypeScript packages from your monorepo 🌟 What is tspublish? @git.zone/tspublish is a powerful CLI tool and library for managing and publishing multiple TypeScript packages from a monorepo. It automates the tedious parts of pac...
readme.md for @host.today/ht-docker-node
🐳 ht-docker-node Production-ready Docker images for Node.js with NVM built in, multi-arch support, and modern runtimes (Bun, Deno). Every image ships with tini as PID 1 and full NVM integration — switch Node versions on the fly, no sourcing required. Multi-a...
readme.md for @push.rocks/isotransport
a bi-directional, multiplatform, best-effort transport Install To install @push.rocks/isotransport, use the following command in your project directory: npm install @push.rocks/isotransport --save This will fetch and install the isotransport package and add i...
readme.md for @push.rocks/projectinfo
A tool for gathering project information, supporting npm, git, and more. 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 @push.rocks/smartdocumentation
a tool for mapping git directories to documentation sites Install To install @push.rocks/smartdocumentation, you need to have Node.js and npm installed on your machine. Once you have those, run the following command in your terminal: npm install @push.rocks/sm...
readme.md for @push.rocks/smartgit
🚀 Modern Git operations for Node.js - A powerful TypeScript wrapper around isomorphic-git that makes repository management and analysis a breeze ✨ What is SmartGit? SmartGit is a sophisticated, promise-based Git toolkit designed for Node.js applications. B...
changelog.md for @git.zone/tspublish
2026-03-24 - 1.11.4 - fix(config) rename npmextra configuration to .smartconfig.json and align publish packaging with updated config handling replaces packaged config file references from npmextra.json to .smartconfig.json updates publish module typings and n...
changelog.md for @host.today/ht-docker-node
2026-03-18 - 5.9.0 - feat(docker) add a reusable Alpine base image and refactor Alpine variants to extend it introduces a new Dockerfile_alpine base image with NVM-managed Node.js for Alpine simplifies alpine-node, alpine-bun, and alpine-deno images by inheri...
changelog.md for @push.rocks/projectinfo
2026-03-26 - 5.1.0 - feat(projectinfo) migrate project info loading to async factories and update build configuration replace synchronous npm metadata loading with async factory methods in ProjectInfo and ProjectinfoNpm switch filesystem access from @push.roc...
changelog.md for @push.rocks/smartgit
2025-11-04 - 3.3.1 - fix(getUncommittedDiff) Avoid false-positive diffs in getUncommittedDiff by detecting symlinked directories and skipping identical files Detect files reported as "added" that are actually inside symlinked directories (catch isomorphic-git...