Advanced Search
Search Results
793 total results found
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...
@push.rocks/searchquery
A module for parsing and handling search queries with debounce and customization options.
@push.rocks/projectinfo
A tool for gathering project information, supporting npm, git, and more.
@push.rocks/mongodump
A tool to create and manage dumps of MongoDB databases, supporting data export and import.
@push.rocks/smartconfig
Enhances npm with additional configuration and tool management capabilities, including a key-value store for project setups.
@push.rocks/qenv
A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.
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...
@push.rocks/smartarray
A TypeScript library for enhancing array manipulation with asynchronous operations such as mapping, filtering, and deduplication.
@push.rocks/smartarchive
A library for working with archive files, providing utilities for compressing and decompressing data.
@push.rocks/smartacme
A TypeScript-based ACME client with an easy yet powerful interface for LetsEncrypt certificate management.
@push.rocks/smartaction
a module for managing and tracking actions, including their completion status and frequencies.
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...