Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.12 KB

File metadata and controls

53 lines (35 loc) · 2.12 KB

nodejs-package

Node CI Quality Gate Status Bugs Code Smells Coverage Duplicated Lines (%)

Requirements

  • Unix system (Macos/Linux)
  • Nodejs 22.x+
  • Make

Description

Boilerplate for javascript projects with:

  • Javascript (nodejs)
  • Eslint
  • Jest

For Typescript boilerplate see typescript-package

Setup

make install

Run tests

make test

See other commands in Makefile

Run tests with coverage

See sonar-project.properties:

make test-coverage
# see ./coverage

Hexlet Ltd. logo

This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet.