Generate nx graphs
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
Commit details (772e6b0e)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Generate nx graphs
- Uses
nx graph
to generate a JSON dependency list and HTML graph.- Similar to the existing lists and graphs in
./dist/graph/
.See
Raw text
Generate nx graphs - Uses `nx graph` to generate a JSON dependency list and HTML graph. - Similar to the existing lists and graphs in `./dist/graph/`. See - [`./code/graph/nx.graph.html`](./code/graph/nx.graph.html) - [`./code/dist/graph/talkie.packages.svg`](./code/dist/graph/talkie.packages.svg) - https://nx.dev/nx-api/nx/documents/dep-graph - https://nx.dev/core-features/explore-graph - https://nx.dev/concepts/more-concepts/how-project-graph-is-built