- Unix system (Macos/Linux)
- Nodejs 22.x+
- Make
Boilerplate for javascript projects with:
- Javascript (nodejs)
- Oxlint (linter) and Oxfmt (formatter)
- Vitest
For Typescript boilerplate see typescript-package
make installmake testSee other commands in Makefile
make test-coverage
# see ./coverageThe coverage threshold is set in vitest.config.js — make test-coverage
exits with an error when coverage drops below it, so the Node CI badge above stays green
only while coverage holds.
This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet.
