mjackson / remix-the-web

Open source tools for Remix (or any framework!)
MIT License
712 stars 14 forks source link

chore: strip scope from package name for nx project name #14

Closed JamesHenry closed 1 month ago

JamesHenry commented 1 month ago

What this PR does


This is what your project graph now looks like:

graph (1)

(You can visualize it yourself any time by running nx graph)

In that visualizer, you can also click on the arrows (a.k.a graph edges) to see why something depends on something else, e.g. image


Finally, an example of the end of the latest and greatest nx release --dry-run --verbose output on this branch showing the short name being used for the tag and the relevant deletion logs for the version plan file:

image

mjackson commented 1 month ago

Thanks, @JamesHenry! 🙏