Docs for local generators and executors
See original GitHub issueDocumentation issue
- Reporting a typo
- Reporting a documentation bug
- Documentation improvement
- Documentation feedback
Is there a specific documentation page you are reporting?
Additional context or description
Hey @AgentEnder, thanks for completing #9116. This change is going to make local plugins much more usable.
I feel some doc changes may be required to clarify the process of creating and using local generators and executors now that they don’t need to be manually compiled:
- Has the
nx workspace-generator
command been deprecated? (also, does Nx Console need to be updated?) - Can the ‘compiling’ portion of Compiling and Running your Executor be removed?
- Clarify usage of generators and executors within the
/tools
directory, including the requiredpackage.json
file(s). - The docs suggest a new executor.json file per-executor, rather than one for the directory, e.g.
/tools/executors/executors.json
. Is this the recommended approach? - The nav link is called “Using Custom Builders” instead of “Using Custom Executors”.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Local Executors | Nx
This guide shows you how to create, run, and customize executors within your Nx workspace. The examples use the trivial use-case of an...
Read more >How to create a workspace generator as a library in Nx ...
How to create an Nx generator? How to use it in your Nx workspace? How we converted a workspace generator into a publishable...
Read more >Using Nx Workspace generators to scaffold new blog posts
Official Nx docs guide: https://nx.dev/latest/react/generators/workspace-generators ... which is the core part for creating Nx generators and executors.
Read more >Automating for Speed and Quality with the Nx Devkit - YouTube
... is seamless integration of different tools through automation which we roughly categorized into: executors, generators, and pl...
Read more >Executor with Electrostatic Forces
This tutorial highlights libEnsemble's capability to execute and monitor external scripts or user applications within simulation or generator functions ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
#9730 will fix it, definitely unintended.
This link (https://nx.dev/using-nx/nx-devkit) points me to the getting started intro page. Is this intended?
I can not find the documentation from the pull request on the website. Please point me to the correct URL, in case I missed it. 😃