Repository History
Explore all analyzed open source repositories

Kreuzberg: A Polyglot Document Intelligence Framework with a Rust Core
Kreuzberg is a powerful polyglot document intelligence framework built with a high-performance Rust core. It enables extraction of text, metadata, and structured information from over 50 file formats, including PDFs, Office documents, and images. Developers can leverage Kreuzberg across multiple languages like Rust, Python, Ruby, Go, and Node.js, or utilize it via CLI, REST API, or MCP server.

Croner: A Robust, Dependency-Free Cron Scheduler for JavaScript and TypeScript
Croner is a versatile and dependency-free library designed to trigger functions or evaluate cron expressions across various JavaScript environments. It offers comprehensive features, including advanced cron syntax, timezone support, and overrun protection, making it a reliable choice for task scheduling. Compatible with Node.js, Deno, Bun, and browsers, Croner provides a high-performance and lightweight solution for your scheduling needs.

Nodemon: Streamlining Node.js Development with Automatic Restarts
Nodemon is an essential tool for Node.js developers, designed to automatically restart your application whenever file changes are detected. This eliminates the need for manual restarts during development, significantly improving workflow efficiency. It acts as a simple wrapper for `node`, requiring no modifications to your existing code.