Benjamin Cabanes 733122bc9d
docs(nx-dev): update hero section (#31460)
Update tagline.
2025-06-04 15:48:19 -04:00

25 lines
781 B
Markdown

<p style="text-align: center;">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture>
</p>
{{links}}
<hr>
# `> npx create-nx-plugin`
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
## What is It?
It's a command to create an Nx workspace to develop an Nx plugin.
## How to Use
- Check out the list of community plugins and the documentation on how to create one using `create-nx-plugin` here: [https://nx.dev/community](https://nx.dev/community)
{{resources}}