Advanced Search
Search Results
20 total results found
readme.md for @git.zone/tswatch
A powerful, config-driven TypeScript file watcher that automatically recompiles and executes your project when files change. Built for modern TypeScript development with zero-config presets, smart bundling, a built-in dev server with live reload, and deep cust...
readme.md for @push.rocks/beautyfiglet
A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts. Install To install @push.rocks/beautyfiglet, ensure you have Node.js along with npm set up on your machine. Executing the following command in your te...
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/qenv
Smart Environment Variable Management for Node.js Never hardcode secrets again. Load environment variables from multiple sources with ease and confidence. 🚀 Features ✅ Multi-source Loading - Automatically loads from environment variables, config files, and D...
readme.md for @push.rocks/smartbrowser
A simplified Puppeteer wrapper for easy browser automation, PDF generation, screenshots, and page evaluation. Install To install @push.rocks/smartbrowser, use the following command with your preferred package manager: npm install @push.rocks/smartbrowser # or ...
readme.md for @push.rocks/smartexpect
Manage expectations in code with precise, readable assertions Install To install @push.rocks/smartexpect, use the following command in your terminal: npm install @push.rocks/smartexpect --save This will add @push.rocks/smartexpect to your project's dependenci...
readme.md for @push.rocks/smartmongo
A MongoDB memory server toolkit for testing and development — spin up real MongoDB replica sets on the fly with zero configuration. 🚀 Install pnpm add -D @push.rocks/smartmongo # or npm install @push.rocks/smartmongo --save-dev Issue Reporting and Security Fo...
readme.md for @push.rocks/smartpuppeteer
simplified access to puppeteer Install To install @push.rocks/smartpuppeteer in your project, run the following command using npm: npm install @push.rocks/smartpuppeteer --save Or using yarn: yarn add @push.rocks/smartpuppeteer Usage @push.rocks/smartpuppete...
readme.md for @push.rocks/smartreport
create reports and display them on the web Install To install @push.rocks/smartreport, you need to run the following command using npm (Node Package Manager): npm install @push.rocks/smartreport --save Ensure you have Node.js and npm installed on your machine...
readme.md for @push.rocks/smartstorage
A high-performance, S3-compatible storage server powered by a Rust core with a clean TypeScript API. Runs standalone for dev/test — or scales out as a distributed, erasure-coded cluster with QUIC-based inter-node communication. No cloud, no Docker. Just npm in...
readme.md for @push.rocks/smartdb
A MongoDB-compatible embedded database server powered by Rust 🦀⚡ — use the official mongodb driver and it just works. No binary downloads, instant startup, zero config. Install pnpm add @push.rocks/smartdb # or npm install @push.rocks/smartdb Issue Reporting ...
changelog.md for @git.zone/tswatch
2026-03-24 - 3.3.2 - fix(config) migrate project metadata and documentation to .smartconfig.json replace npmextra.json with .smartconfig.json in package files and documentation update dependency versions to align with the smartconfig-based setup allow watcher...
changelog.md for @push.rocks/beautyfiglet
2025-01-14 - 1.0.11 - fix(test) Fix incorrect argument passed to renderDefault in test case Corrected the argument list for renderDefault call in test/test.ts 2025-01-14 - 1.0.10 - fix(test) Add logging for rendered text outputs in test cases Added console....
changelog.md for @push.rocks/qenv
2025-08-16 - 6.1.3 - fix(qenv) Handle falsy environment values correctly, improve env source resolution, add tests and update test script Treat 0, false and empty string as valid environment values by checking for !== undefined when resolving env vars Refacto...
changelog.md for @push.rocks/smartbrowser
2026-03-09 - 2.0.11 - fix(deps) upgrade dependencies and adapt code, tests, and docs for new upstream versions Bump runtime deps: @push.rocks/smartpdf -> ^4.2.0, @push.rocks/smartpuppeteer -> ^2.0.5 Bump devDependencies to modern majors: @git.zone/tsbuild ^4....
changelog.md for @push.rocks/smartexpect
2025-05-23 - 2.5.0 - feat(Assertion) Add missing alias methods for length and emptiness checks and update documentation Updated readme.hints.md with detailed project hints, feature overview, and common patterns Added direct alias methods in smartexpect.classe...
changelog.md for @push.rocks/smartmongo
2026-03-26 - 7.0.0 - BREAKING CHANGE(api) reduce the package to the SmartMongo memory replica set API and remove bundled TsmDB and LocalTsmDb modules remove exports and source code for TsmDB, LocalTsmDb, and related utilities, handlers, storage adapters, and ...
changelog.md for @push.rocks/smartpuppeteer
2025-02-25 - 2.0.5 - fix(dependencies) Update dependencies including Puppeteer and node types. Updated Puppeteer version from ^22.6.4 to ^24.3.0. Updated @types/node version from ^20.12.7 to ^22.13.5. 2025-02-25 - 2.0.4 - fix(IncognitoBrowser) Enhance Incogn...