Aligned all instances of the tagline. Changes include documentation, metadata, UI content, test assertions, and other project assets.
25 lines
812 B
Markdown
25 lines
812 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`
|
|
|
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
|
|
|
## 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}}
|