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.js
Created February 1, 2023 14:38
dependency cruiser setup to generate html graph
/** @type {import('dependency-cruiser').IConfiguration} */
module.exports = {
options: {
doNotFollow: {
dependencyTypes: [
"npm",
"npm-dev",
"npm-optional",
"npm-peer",
"npm-bundled",