Skip to content

ChrisHeral/sample-cicd-node

Repository files navigation

NodeJS sample project for CI/CD

This project use TypeScript, Jest for unit testing and ESLint.

To run linter :

npm run lint

To run & fix linter :

npm run lint:fix

To run test :

npm run test

To run test and collect coverage :

npm run test:ci

To start project :

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •