Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the Project Graph - Is this up to date with Project Crystal? #22996

Open
1 of 4 tasks
caioquirino opened this issue Apr 25, 2024 · 1 comment
Open
1 of 4 tasks
Assignees
Labels
scope: core core nx functionality type: docs

Comments

@caioquirino
Copy link

Documentation issue

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

https://nx.dev/extending-nx/recipes/project-graph-plugins

Additional context or description

Hi awesome @nrwl team! I am trying to write plugins to be used within the same nx monorepo.
The structure is like:

<monorepo root>
/apps/<app>
/libs/<lib>
/plugins/<plugin>

So, after creating the plugin and its executors, I am trying to, based on the presence of a file, add a specific target to the project's task graph. I am following that documentation, but it looks different than when I look at the Vite plugin for example. Should this page be updated to adhere to Project Crystal way?

Thanks!

@AgentEnder
Copy link
Member

The page has been updated for crystal. Do you have any specific questions or noted discrepancies?

@AgentEnder AgentEnder added the scope: core core nx functionality label Apr 29, 2024
@AgentEnder AgentEnder self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: core core nx functionality type: docs
Projects
None yet
Development

No branches or pull requests

2 participants