# Development

## Prerequisites

- Node.js compatible with this repository's packages and tooling.
- npm for dependency installation and scripts.

## Setup

```sh
npm install
```

## Common Commands

- `pnpm lint` - runs lint checks.
- `pnpm test` - runs the test suite.
- `pnpm format` - formats supported files.

## Repository Notes

This repository is organized around the root package `create-node-lib`.
