Effect-native utilities for Node.js — a monorepo of packages that extend the Effect ecosystem with practical, well-tested tooling.
| Package | Description |
|---|---|
@effect-pantry/watch-fs |
Effect-native file watching — wraps chokidar as typed Effect streams with Scope-based resource management |
git clone https://github.com/your-org/effect-pantry.git
cd effect-pantry
pnpm install
pnpm build
pnpm test| Command | Description |
|---|---|
pnpm build |
Build all packages |
pnpm test |
Run all tests |
pnpm lint |
Lint all packages |
pnpm fmt |
Format all packages |
pnpm check |
Full project check (lint + types) |
pnpm typecheck |
Type-check all packages |
pnpm changeset |
Create a changeset for versioning |
pnpm release |
Build + publish to npm |
effect-pantry/
├── packages/ # Published packages
│ └── watch-fs/
├── tooling/ # Internal build/config tooling
│ ├── tsconfig/
│ └── vite-config/
├── .github/ # CI, dependabot, templates
└── .changeset/ # Changeset versioning
See CONTRIBUTING.md.
MIT — see LICENSE.