Advanced Search
Search Results
86 total results found
readme.md for @push.rocks/smartdeno
Run Deno scripts from Node.js with automatic Deno management, permission control, and ephemeral script execution. π¦β‘οΈπ¦ Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the centra...
readme.md for @push.rocks/smartenv
π Universal JavaScript Runtime Detection - One library for Node.js, Deno, Bun, and Browser A powerful TypeScript library that provides comprehensive runtime environment detection and safe module loading across all major JavaScript runtimes. Write once, run e...
readme.md for @push.rocks/smartdns
A TypeScript-first DNS toolkit powered by high-performance Rust binaries β covering everything from simple record lookups to running a full authoritative DNS server with DNSSEC, DNS-over-HTTPS, and automatic Let's Encrypt certificates. Issue Reporting and Secu...
readme.md for @push.rocks/smartdrive
do more with local and cloud drives Install To install @push.rocks/smartdrive, you need Node.js installed on your system. If you have Node.js installed, you can simply run the following command in your terminal: npm install @push.rocks/smartdrive --save This ...
readme.md for @push.rocks/smartexit
A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. Thi...
readme.md for @push.rocks/smartfile
High-level file representation classes for Node.js π What is smartfile? @push.rocks/smartfile provides powerful in-memory file representations for Node.js applications. It offers clean, TypeScript-first classes for working with files (SmartFile), streams (St...
readme.md for @push.rocks/smarthash
π @push.rocks/smarthash Cross-environment hashing made simple π SHA256 and MD5 hash functions that work seamlessly in both Node.js and browsers, with zero configuration. β¨ Why SmartHash? π Universal: Works in Node.js AND browsers without polyfills β‘ Smar...
readme.md for @push.rocks/smartipc
Rock-solid IPC for Node.js with zero dependencies SmartIPC delivers bulletproof Inter-Process Communication for Node.js applications. Built for real-world production use, it handles all the edge cases that make IPC tricky - automatic reconnection, race cond...
readme.md for @push.rocks/smartmanifest
a module for creating web app manifests Install To start using @push.rocks/smartmanifest, first, you need to install it through npm or yarn. Hereβs how you can do it using npm: npm install @push.rocks/smartmanifest --save Or, if you are using yarn, you can do...
readme.md for @push.rocks/smartlog
The ultimate TypeScript logging solution for modern applications smartlog is a powerful, distributed, and extensible logging system designed for the cloud-native era. Whether you're debugging locally, monitoring production systems, or building complex micro...
readme.md for @push.rocks/smartmime
a module to detect mime types Install Installing @push.rocks/smartmime is as simple as running the following npm command in your terminal. Make sure you have Node.js (version 10.x or newer) installed on your machine. npm install @push.rocks/smartmime --save T...
readme.md for @push.rocks/smartnginx
Control Nginx programmatically from Node.js with full TypeScript support π 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. Dev...
readme.md for @push.rocks/smartopen
open things Install To start using @push.rocks/smartopen, you'll first need to install it using npm. In your terminal, navigate to your project directory and run: npm install @push.rocks/smartopen --save This command will add @push.rocks/smartopen as a depend...
readme.md for @push.rocks/smartparcel
a wrapper for parcel Install To install @push.rocks/smartparcel, you'll need to run the following command using npm (or yarn, or your preferred npm client). Make sure you have Node.js installed on your machine before doing so. npm install @push.rocks/smartparc...
readme.md for @push.rocks/smartpdf
Transform HTML, websites, and PDFs into beautiful documents and images with just a few lines of code. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the central community ...
readme.md for @push.rocks/smartpnpm
use pnpm in your code Install To add @push.rocks/smartpnpm to your project, run the following command: pnpm add @push.rocks/smartpnpm --save Ensure that you have pnpm installed globally on your system. If not, you can install it via npm with: npm install -g p...
readme.md for @push.rocks/smartping
a ping utility Install To install @push.rocks/smartping, run the following command in your project directory: npm install @push.rocks/smartping --save This command adds @push.rocks/smartping to your project's dependencies and ensures you can begin utilizing i...
readme.md for @push.rocks/smartrequest
A modern, cross-platform HTTP/HTTPS request library for Node.js, Bun, Deno, and browsers with a unified API, supporting form data, file uploads, JSON, binary data, streams, and unix sockets. Install # Using npm npm install @push.rocks/smartrequest --save # Us...