fsd-cruise
v1.0.5-beta.6
Published
Simple cli tool to visualize your FSD architecture (based on dependency-cruiser)
Downloads
24
Maintainers
Readme
fsd-cruise
Currently in Beta
Simple dependency visualization for Feature Sliced Design based on dependency-cruiser
Usage
Install dependency-cruiser and run with npx
yarn add dependency-cruiser -D
npx fsd-cruise
requirements: dependency-cruiser requires the
graphviz
library, which will be automatically installed usingbrew
limitations: Currently, it only operates with the provided
tsconfig.json
andsrc
folder paths, which are assumed by default to be in the root directory.
Customization
- You can provide custom paths to
src
folder andtsconfig.json
npx fsd-cruise app/src app/tsconfig.json