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

793 total results found

readme.md for @push.rocks/smartrx

@push.rocks/smartrx

@push.rocks/smartrx smart wrapper for rxjs Install To install @push.rocks/smartrx, run the following command in your terminal: npm install @push.rocks/smartrx --save This package is distributed via npm and should be saved as a dependency in your project's pac...

docs/index.md for @push.rocks/smartrx

@push.rocks/smartrx

smartrx smart wrapper for rxjs Availabililty Status for master Usage Use TypeScript for best in class instellisense. For further information read the linked docs at the top of this README. MIT licensed | © Lossless GmbH | By using this npm module...

docs/observablemap.md for @push.rocks/smartrx

@push.rocks/smartrx

class Observablemap Event Emitters are nice. However often times you end up with registering multiple listeners for the exact same thing. Observables have a smaller footprint and a more manageable subscribe logic. Observablemap registers only one rxjs observab...

@push.rocks/smartshell

A library for executing shell commands using promises.

@push.rocks/smartstorage

create an S3-compatible endpoint that map to a local directory.

@push.rocks/smartscaf

A project aimed at quickly scaffolding projects with support for TypeScript, smart file handling, and template rendering.

readme.md for @push.rocks/smartshell

@push.rocks/smartshell

Execute shell commands with superpowers in Node.js ⚠️ Security Notice IMPORTANT: Please read the Security Guide below for critical information about command execution and input handling. Always use execSpawn methods for untrusted input. Why smartshell? 🚀 Tir...

shell commands
promises
asynchronous execution
child processes
environment management
command streaming
interactive commands
process management
typescript

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/smartscaf

@push.rocks/smartscaf

Lightning-fast project scaffolding with smart templates and variable interpolation What It Does SmartScaf is a powerful TypeScript scaffolding engine that transforms template directories into fully configured projects in seconds. Think of it as your project's ...

typescript
scaffolding
template rendering
file handling
project setup
smart interaction
yaml
cli tool

@push.rocks/smartsourcemap

Enables sourcemap support in Node.js projects for improved debugging.

@push.rocks/smartsign

A library for signing PDF documents.

@push.rocks/smartsmtp

A module for handling SMTP operations such as sending emails via SMTP or sendmail transport.

@push.rocks/smartsocket

Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.

@push.rocks/smartsitemap

A module for generating and managing sitemaps, supporting dynamic sitemap generation from feeds.

readme.md for @push.rocks/smartsign

@push.rocks/smartsign

sign documents Install To install @push.rocks/smartsign, run the following command in your terminal: npm install @push.rocks/smartsign --save This will add @push.rocks/smartsign to your project's dependencies and enable you to start using its functionality to...

pdf signing
document signing
smartpdf
signpdf
typescript
node.js
certificate
p12 cert

readme.md for @push.rocks/smartsourcemap

@push.rocks/smartsourcemap

get sourcemap support in node Install To use @push.rocks/smartsourcemap in your project, run: npm install @push.rocks/smartsourcemap --save This will add it to your project's dependencies. Usage Getting Started @push.rocks/smartsourcemap makes it straightforw...

sourcemap
debugging
nodejs
typescript
source-map-support
development tools

readme.md for @push.rocks/smartsocket

@push.rocks/smartsocket

Easy and secure WebSocket communication with native WebSocket support 🔌 Features 🚀 Native WebSocket - Uses native WebSocket API (browser) and ws library (Node.js) 🔄 Auto Reconnection - Exponential backoff with configurable retry limits 📡 RPC-style Function Ca...

websocket
communication
server
client
native websocket
authentication
reconnection
tagging
function routing
secure
rpc

readme.md for @push.rocks/smartsmtp

@push.rocks/smartsmtp

a module for handling smtp stuff Install To install @push.rocks/smartsmtp, use the following command with npm: npm install @push.rocks/smartsmtp --save Ensure that you are installing the package in a project set up with TypeScript and support for ECMAScript m...

smtp
email
nodemailer
sendmail
smartmail integration
typescript
email sending
email templates
programming