Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: A Dependency Graph Library for JavaScript and TypeScript Projects (github.com/jnoncode)
2 points by encodeincode 81 days ago | hide | past | favorite | 4 comments
Hello, HN! I’d like to introduce 'Decode-Deps', a library that visualizes the module dependencies in your project.

With a single command, you can generate an graph showing how modules relate to each other. It supports 'import' and 'require' statements, and works with JavaScript, JSX, TypeScript, and TSX files.

It is open source, so contributions are welcome. Thank you for checking it out!




This is neat but a lot of the nodes overlap in the projects I've tested, and there seems to be no way to fix it. I can drag some things around and sometimes get a reasonable view but then I can't see other nodes.


Thank you for your feedback. I made the latest UI updates, adding zoom in/out functionality and implementing a collision force between nodes to make navigating the node structure easier. I'm grateful for your input toward improvement!


Awesome! Works a lot better now, thank you.


Thank you very much for taking the time to test it! I’ll make the updates as soon as possible based on your feedback. I truly appreciate your advice for improving the project.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: