Rack to monitor a server
A deep deletion module for node (like `rm -rf`)
ABT Node core state management lib, that powers `@blocklet/cli` and `@abtnode/webapp`.
JavaScript build tool, similar to Make or Rake
A fork of pm2-server-monit-elasticsearch to ship specific PM2 server monitoring logs to elasticsearch.
CLI tool for Angular
Node.js native addon build tool
PM2/Keymetrics advanced API
No description provided.
No description provided.
No description provided.
simple ways to get infos about node.js
Detect if code is running in an AI agent or automated development environment
CSV Streamed Logger for any case
> A simple utility to get the packages from a monorepo, whether they're using Yarn, npm, Lerna, pnpm, Bun or Rush
MCP server for Chrome DevTools
Storybook Themes addon: Switch between themes from the toolbar
CLI tool for Size Limit
Skillflag producer CLI reference implementation.
Angular Schematics - Library
No description provided.
An object-oriented command-line parser for TypeScript
The **[Groq provider](https://ai-sdk.dev/providers/ai-sdk-providers/groq)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the Groq chat and completion APIs, transcription support, and browser search tool.
Unified LLM API with automatic model discovery and provider configuration
This tool automatically generates server configs for Monit, Nginx and Unicorn to host your Rack-based (Rails) applications. Running it automatically in git update hooks provides an automatic deployment of applications whenever the repository is updated on the server.
There are many software applications that aim to watch processes, and keep them alive and clean. Some of them are well known: god, monit, bluepill. All have good and bad sides. One of the bad sides is that each alternative is based on a deamon that computes data and then sleeps for a while. Who is monitoring this particular deamon ? What if this process suddenly stops ? Also, you often need root rights to run those tools. On some hosting environments (mainly in shared hosting), this is an issue. Ziltoid is an attempt to solve those issues using the crontab system, which comes with many good sides : it's on every system, it launches a task periodically then waits for an amount of time, it doesn't need monitoring, it can send emails to warn of an error and it can run any script.