Advanced Search
Search Results
479 total results found
readme.md for @push.rocks/early
minimal and fast loading plugin for startup time measuring Install To install @push.rocks/early, run the following command in your terminal: npm install @push.rocks/early --save This will add @push.rocks/early to your project's dependencies and prepare it for...
readme.md for @push.rocks/gulp-function
@push.rocks/gulp-function is a Gulp plugin designed to execute custom functions within a Gulp pipeline. It accepts a function call as a parameter and allows for flexible task executions, including asynchronous tasks, with easy integration into the Gulp workflo...
readme.md for @push.rocks/smartcontext
A zero-dependency module for hierarchical async context management in Node.js, built on AsyncLocalStorage. Install npm install @push.rocks/smartcontext # or pnpm install @push.rocks/smartcontext Usage @push.rocks/smartcontext provides scoped, hierarchical key...
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/levelcache
Supercharged Multi-Level Caching for Modern Applications A high-performance, tiered caching solution that intelligently leverages memory, disk, and S3 storage to deliver blazing-fast data access with reliable persistence and backup capabilities. Highlights ✨ I...
readme.md for @push.rocks/lik
⚡ A lean, fully-typed collection of utility classes for TypeScript — efficient data structures, async execution control, and reactive helpers that work seamlessly in both Node.js and the browser. Install # pnpm (recommended) pnpm install @push.rocks/lik # npm...
docs/index.md for @push.rocks/lik
light little helpers for node Availabililty Status for master Usage Use TypeScript for best in class instellisense. // import any tool that you need from lik import { Stringmap, Objectmap, Observablemap } from 'lik'; class Stringmap Stringmap all...
readme.md for @push.rocks/searchquery
a module for dealing with searchqueries Install To use @push.rocks/searchquery in your project, you need to install it via npm. You can do so by running the following command in your terminal: npm install @push.rocks/searchquery --save This will add @push.roc...
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/mongodump
A powerful MongoDB backup and restore tool 🚀 What it does 🎯 @push.rocks/mongodump is your go-to solution for creating and managing MongoDB database dumps. Whether you're backing up critical production data, migrating between environments, or implementing d...
readme.md for @push.rocks/smartconfig
A comprehensive TypeScript configuration management library providing centralized tool configs, persistent key-value storage, and powerful environment variable mapping with automatic type conversions. Issue Reporting and Security For reporting bugs, issues, or...
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/smartarray
A library providing asynchronous operations like filter, map, and deduplication for arrays in TypeScript. Install To install @push.rocks/smartarray in your project, run the following command: npm install @push.rocks/smartarray --save Make sure you have Node.j...
readme.md for @push.rocks/smartarchive
A powerful, streaming-first archive manipulation library with a fluent builder API. Works seamlessly in Node.js, Deno, and browsers. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This...
readme.md for @push.rocks/smartacme
A TypeScript-based ACME client and server for certificate management with a focus on simplicity and power. Includes a full RFC 8555-compliant ACME client for Let's Encrypt and a built-in ACME Directory Server for running your own Certificate Authority. Issue R...
readme.md for @push.rocks/smartaction
a module for managing actions. What was done? What needs to be done? How often should it be done? What's currently being done? Install To start using @push.rocks/smartaction in your project, you need to install it using npm or yarn. Run one of the following co...
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/smartcache
Smart time-based caching for async functions - Because waiting is overrated! 🌟 What is SmartCache? @push.rocks/smartcache is a powerful TypeScript caching library that intelligently caches the results of asynchronous functions. It automatically detects identic...