Add walk-and-graph-svelte-components (#227)

* Added walk-and-graph-svelte-components

* removed empty npm line

---------

Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
This commit is contained in:
Philippe Manzano
2023-12-17 05:42:27 +01:00
committed by GitHub
parent 74a35eb0f0
commit d995bec4d0

View File

@@ -287,6 +287,13 @@
"npm": "svelte-subcomponent-preprocessor",
"category": "Preprocessors"
},
{
"title": "walk-and-graph-svelte-components",
"repository": "https://github.com/j2l/walk-and-graph-svelte-components",
"description": "CLI node script to walk svelte and js files, to draw a beautiful JPG of your dependencies aka \"imports\". No external dependency, only FS (Node). ",
"category": "Debugging",
"tags": []
},
{
"title": "eslint-plugin-svelte",
"repository": "https://github.com/sveltejs/eslint-plugin-svelte",