Equilibris / nx.nvim

A simple tool providing the same features as the NX console does for vs-code
The Unlicense
91 stars 15 forks source link

Workspace generators from plugin #20

Open brunotvs opened 11 months ago

brunotvs commented 11 months ago

workspace generators from plugins, as documented in Workspace generators

Equilibris commented 11 months ago

what part of this are you missing? Is this a feature request? a bug report? please fill out the bug-report template if so, and please at least explain what you desire otherwise

brunotvs commented 11 months ago

This is a feature request. For now, the plugin identifies workspace generators located in the ‘./tools/generators/’ folder, but, according to the documentation that I put there, the most current recommendation is to create generators using @nx/plugin, creating a package (or library) in the workspace with the generators and executors.