Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 537 Bytes

File metadata and controls

26 lines (18 loc) · 537 Bytes

lib-template

A minimal, modern JavaScript library template.

  • ESM, "type": "module", Node 22+
  • Yarn 4 (Corepack)
  • Vitest for testing
  • ESLint 9+ flat config with eslint-nostandard
  • Ships source directly, no build step

Usage

Click "Use this template" on GitHub to generate a new repo.

Development

yarn install
yarn test
yarn lint

License

This project is licensed under the The MIT License (MIT).

See the full LICENSE file for details.