Generate nx graphs

Repository details (talkie)
Project page
talkie
Project log category
(708 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
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
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

Changed files (2)

Path Additions Deletions
code/package.json +1 -0
code/packages/README.md +3 -1

Commit categories (3)