Skip to content

dailydotdev/node-common

Repository files navigation

@dailydotdev/node-common

Shared packages for daily.dev Node.js projects.

Installation

pnpm add @dailydotdev/node-common

Usage

Each module is importable via subpath exports:

import { sleep } from "@dailydotdev/node-common/utils";

await sleep(1000); // pause for 1 second

Modules

See MODULES.md for the full list of available modules.

Development

Prerequisites: Node.js 22+, pnpm

Script Command Description
build pnpm build Build all modules to dist/
dev pnpm dev Watch mode with automatic rebuilds
typecheck pnpm typecheck Run TypeScript type checking
lint pnpm lint Lint the codebase
lint:fix pnpm lint:fix Lint and auto-fix issues
format pnpm format Format all files with Prettier

License

BSD-3-Clause

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published