UNPKG

create-node-lib

Version:

Scaffolding out a Node.js library module

23 lines (14 loc) 408 B
# 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`.