Skip to content

Instantly share code, notes, and snippets.

View imam2nd's full-sized avatar
🎯
Focusing

Imam_Mahadi_James() imam2nd

🎯
Focusing
  • Dhaka,Bangladesh
View GitHub Profile
@s4ff0x
s4ff0x / depcruise-config.cjs
Last active February 21, 2026 12:01
FSD dependency cruiser setup to generate html graph
/** @type {import('dependency-cruiser').IConfiguration} */
const fsdTheme = {
modules: [
{
criteria: { collapsed: true },
attributes: { shape: "folder" }, // changed to 'folder' to visually imply it contains internals
},
{
criteria: { source: "^src/app/[^/]+" },