Skip to content

Commit

Permalink
docs(misc): fix plugin generation command in blog post (#29340)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Dec 13, 2024
1 parent e0e6a23 commit 5bdda1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/2024-12-10-tailoring-nx-for-your-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nx add @nx/plugin
Once installed, run the following generator that ships with the `@nx/plugin` package:

```shell
nx g plugin nx-plugin --directory=plugins --importPath=@org/nx-plugin
nx g plugin packages/nx-plugin --importPath=@org/nx-plugin
```

Also, make sure to check out our [extensive instructions in our docs for building plugins](/extending-nx/intro/getting-started), or you can jump right to the API for [@nx/plugin](/nx-api/plugin).
Expand Down

0 comments on commit 5bdda1d

Please sign in to comment.