Home

Awesome

Sheriff

build status npm version

Sheriff is a tool designed to enforce module boundaries and dependency rules in TypeScript projects, ensuring a clean and maintainable codebase.

It operates with zero dependencies, requiring only TypeScript as a peer dependency.

Sheriff can be integrated with ESLint for enhanced developer experience or used standalone through its CLI.

Key features include:

For a more detailed guide on installation, setup, and usage, head to the Documentation.

To install Sheriff with the ESLint plugin, run

npm i -D @softarc/sheriff-core @softarc/eslint-plugin-sheriff
npx sheriff init
<p align="center"> <img src="https://raw.githubusercontent.com/softarc-consulting/sheriff/main/logo.png" width="320" style="text-align: center"> </p>