Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

20 total results found

readme.md for @git.zone/tswatch

@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...

typescript
development
watcher
automation
cli
build
npm
web development
service development
project monitoring
recompiling
testing
integration
continuous development
tooling
build automation
live reloading
node.js
development server

readme.md for @push.rocks/beautyfiglet

@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...

ascii art
figlet
text rendering
font customization
node.js module
typescript
command-line interface
error handling
web integration
npm package
testing
synchronous rendering

readme.md for @push.rocks/isotransport

@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...

bi-directional communication
multiplatform
best-effort transport
typescript
node.js
testing
software development
git
npm package
open source

readme.md for @push.rocks/qenv

@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...

environment variables
configuration management
node.js
typescript
docker secrets
ci/cd
testing

readme.md for @push.rocks/smartbrowser

@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 ...

puppeteer
automation
testing
pdf generation
screenshot
web scraping
browser automation

readme.md for @push.rocks/smartexpect

@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...

testing
assertions
code quality
unit testing
test driven development
synchronous testing
asynchronous testing
expectations
validation
development tools

readme.md for @push.rocks/smartmongo

@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...

mongodb
testing
replica set
memory server
database management
typescript

readme.md for @push.rocks/smartpuppeteer

@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...

puppeteer
automation
browser automation
web scraping
testing
headless browsing
incognito browsing

readme.md for @push.rocks/smartreport

@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...

report generation
web display
typescript
documentation
testing
code formatting
open source
contribution

readme.md for @push.rocks/smartstorage

@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...

rust
smartstorage
s3 compatible
local storage server
node.js
typescript
local development
testing
cloud storage
file storage
aws s3 compatibility
development tool
storage endpoint
storage simulation
bucket management
file upload
ci/cd integration
developer onboarding

readme.md for @push.rocks/smartdb

@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 ...

rust
typescript
mongodb-compatible
wire protocol
embedded database
in-memory database
testing
local database
database server

changelog.md for @git.zone/tswatch

@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...

typescript
development
watcher
automation
cli
build
npm
web development
service development
project monitoring
recompiling
testing
integration
continuous development
tooling
build automation
live reloading
node.js
development server

changelog.md for @push.rocks/beautyfiglet

@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....

ascii art
figlet
text rendering
font customization
node.js module
typescript
command-line interface
error handling
web integration
npm package
testing
synchronous rendering

changelog.md for @push.rocks/qenv

@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...

environment variables
configuration management
node.js
typescript
docker secrets
ci/cd
testing

changelog.md for @push.rocks/smartbrowser

@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....

puppeteer
automation
testing
pdf generation
screenshot
web scraping
browser automation

changelog.md for @push.rocks/smartexpect

@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...

testing
assertions
code quality
unit testing
test driven development
synchronous testing
asynchronous testing
expectations
validation
development tools

changelog.md for @push.rocks/smartmongo

@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 ...

mongodb
testing
replica set
memory server
database management
typescript

changelog.md for @push.rocks/smartpuppeteer

@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...

puppeteer
automation
browser automation
web scraping
testing
headless browsing
incognito browsing