AlbertHernandez / dependency-cruiser-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency cruiser Example

Example of how we can use dependency cruiser in order to have architecture rules in our code

Table of Contents

Preparing environment to contribute

This library has been designed to work with node v16 and npm 8. In order to configure your local environment you can run:

nvm install 16.0.0
nvm use
npm install npm@8.3.0 -g
npm install
npm run start:dev

Building

npm run build

Linting

Run the linter

npm run lint

Fix lint issues automatically

npm run lint:fix

About

License:MIT License


Languages

Language:JavaScript 79.1%Language:TypeScript 20.0%Language:Shell 1.0%