polizei

Halt Polizei! NodeJS Project Checker

Usage no npm install needed!

<script type="module">
  import polizei from 'https://cdn.skypack.dev/polizei';
</script>

README

Polizei

CLI tool that helps ensuring repository quality.

Features

Static checks:

  • Checks the code coverage %
  • Checks that tests are passing
  • Checks ESLint warnings
  • Checks that the project includes a /metric endpoint for prometheus
  • Checks for Dockerfile and docker-compose.yml
  • Checks for Sentry integration
  • Checks for documentation
  • Checks for Jaeger tracing
  • Checks for changelog
  • Checks for unused or missing dependencies
  • Checks for designated maintainer

Installation

npm i -g polizei

Usage

polizei