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

86 total results found

readme.md for @api.global/test-sdk

@api.global/test-sdk

an sdk for testing ag handlers Install To install @api.global/test-sdk, you need to have Node.js and npm installed. Follow these steps to install it: npm install @api.global/test-sdk --save This will add @api.global/test-sdk to your project's dependencies. Us...

api testing
sdk
development tools
api gateway
server simulation
handlers testing
automated testing
typescript
node.js

readme.md for @apiclient.xyz/docker

@apiclient.xyz/docker

A fully typed TypeScript client for the Docker Engine API. Talk to Docker from Node.js or Deno with a clean, object-oriented interface โ€” containers, images, networks, services, secrets, and image storage all in one package. ๐Ÿณ Issue Reporting and Security For r...

docker
api
node.js
typescript
containers
images
networks
services
secrets

readme.md for @apiclient.xyz/medium

@apiclient.xyz/medium

An unofficial Medium.com API package that allows interaction with Medium's features using Node.js. Install To install the @apiclient.xyz/medium package, ensure you have Node.js and npm installed on your system. Then, run the following command in your terminal:...

medium
api
medium api
unofficial
node.js
typescript
publications
posts
account management
automation
javascript
blogging
content creation
web development

readme.md for @design.estate/dees-document

@design.estate/dees-document

A powerful TypeScript framework for dynamically generating professional business documents like invoices with web components and PDF export capabilities. ๐Ÿงพ Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit commu...

document generation
invoice automation
business documentation
dynamic rendering
pdf creation
web components
node.js
typescript
templating
modern web technologies
responsive design
qr code
modular architecture
automated workflows
localization
digital signatures
security
interactive documents

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 @host.today/ht-docker-node

@host.today/ht-docker-node

๐Ÿณ ht-docker-node Production-ready Docker images for Node.js with NVM built in, multi-arch support, and modern runtimes (Bun, Deno). Every image ships with tini as PID 1 and full NVM integration โ€” switch Node versions on the fly, no sourcing required. Multi-a...

oci
docker
node.js
shipzone.io
npm
ci
git
ssh
szci
node version management
typescript

readme.md for @push.rocks/consolecolor

@push.rocks/consolecolor

๐ŸŽจ Beautiful terminal colors for Node.js - Make your console output pop with vibrant ANSI colors! Install pnpm install @push.rocks/consolecolor # or npm install @push.rocks/consolecolor What it does @push.rocks/consolecolor transforms your boring console outpu...

console log styling
ansi colors
terminal colors
command line utilities
node.js
typescript
text formatting
log enhancement
development tools

readme.md for @push.rocks/commitinfo

@push.rocks/commitinfo

bake commitinfos into code Install To start using @push.rocks/commitinfo, you need to first install it via npm. To do this, run the following command in your terminal: npm install @push.rocks/commitinfo --save This command will add @push.rocks/commitinfo to y...

version control
commit information
typescript
node.js
software development
project management
code maintenance
continuous integration
continuous deployment

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

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

caching
data storage
memory cache
disk cache
s3 storage
data backup
multi-level caching
performance
persistent storage
data retrieval
node.js
typescript

readme.md for @push.rocks/lik

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

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

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

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

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

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

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

caching
asynchronous
time-based invalidation
hash-based identification
smart caching
node.js
performance optimization
typescript
delay handling
error management

readme.md for @push.rocks/smartwatch

@push.rocks/smartwatch

A cross-runtime file watcher with glob pattern support for Node.js, Deno, and Bun. 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 report...

file watching
filesystem
observable
typescript
node.js
deno
bun
cross-runtime
development tool
file system events
real-time
watch files
glob patterns

readme.md for @push.rocks/smartcli

@push.rocks/smartcli

A library for easily creating observable CLI tasks with support for commands, arguments, and options. Install To install the package, simply run: npm install @push.rocks/smartcli --save This command will add @push.rocks/smartcli as a dependency in your packag...

cli
command line
observable
reactive
asynchronous
commands
arguments
options
alias
typescript
node.js
development tool

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

@push.rocks/smartcli

nodejs wrapper for CLI related tasks Availabililty Status for master Usage For further information read the linked docs at the top of this README. MIT licensed | ยฉ Lossless GmbH | By using this npm module you agree to our privacy policy

cli
command line
observable
reactive
asynchronous
commands
arguments
options
alias
typescript
node.js
development tool

readme.md for @push.rocks/smartcls

@push.rocks/smartcls

continuation-local-storage using native AsyncLocalStorage Install To install @push.rocks/smartcls, use the following command with npm: npm install @push.rocks/smartcls or if you prefer using Yarn: yarn add @push.rocks/smartcls Usage @push.rocks/smartcls simp...

async local storage
continuation-local storage
context management
async_hooks
node.js
typescript
asynchronous storage
thread local storage