Repository History
Explore all analyzed open source repositories

Tach: Enforcing Python Dependencies with Modular Architecture
Tach is an open-source Python tool, written in Rust, designed to visualize and enforce dependencies within your projects. It promotes modular architecture by ensuring declared dependencies, public interfaces, and preventing dependency cycles. Installable via pip, Tach offers incremental adoption and no runtime impact.
pnpm: A Fast and Disk Space Efficient Package Manager for JavaScript
pnpm is a highly performant and disk space efficient package manager for JavaScript projects. It stands out by using a unique content-addressable filesystem, which significantly reduces disk usage and speeds up installations. Ideal for monorepos and projects requiring strict dependency management, pnpm offers a robust alternative to traditional package managers.

bhvr: A Full-Stack TypeScript Monorepo with Bun, Hono, Vite, and React
bhvr is a comprehensive full-stack TypeScript monorepo template designed for modern web development. It leverages Bun, Hono, Vite, and React to provide a robust and type-safe environment. This starter kit aims to offer a lean, up-to-date, and vendor-agnostic solution for building scalable applications.