Simple cli tool to visualize your FSD architecture (based on dependency-cruiser)
npm install fsd-cruise> Currently in Beta
[npm]: https://www.npmjs.com/package/fsd-cruise
![npm][npm]
Simple dependency visualization for Feature Sliced Design based on dependency-cruiser
> requirements: dependency-cruiser requires the graphviz library, you can install it using brew
> limitations: Currently, it only operates with the provided tsconfig.json and src folder paths, which are assumed by default to be in the root directory.
``shell`
npx fsd-cruise
`shell
npm i fsd-cruise -D
Customization
1. You can provide custom paths to
src folder and tsconfig.json
`shell
npx fsd-cruise app/src app/tsconfig.json
``