parent
7c45589a71
commit
08536905a2
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
# Smart Monorepos · Fast CI
|
# Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
Create a new Nx workspace with
|
Create a new Nx workspace with
|
||||||
|
|
||||||
|
|||||||
@ -72,14 +72,14 @@ export function DocViewer({
|
|||||||
title={vm.title + ' | Nx'}
|
title={vm.title + ' | Nx'}
|
||||||
description={
|
description={
|
||||||
vm.description ??
|
vm.description ??
|
||||||
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.'
|
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.'
|
||||||
}
|
}
|
||||||
openGraph={{
|
openGraph={{
|
||||||
url: 'https://nx.dev' + router.asPath,
|
url: 'https://nx.dev' + router.asPath,
|
||||||
title: vm.title,
|
title: vm.title,
|
||||||
description:
|
description:
|
||||||
vm.description ??
|
vm.description ??
|
||||||
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
|
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: `https://nx.dev/images/open-graph/${router.asPath
|
url: `https://nx.dev/images/open-graph/${router.asPath
|
||||||
|
|||||||
@ -26,7 +26,7 @@ export function PackageSchemaViewer({
|
|||||||
seo: {
|
seo: {
|
||||||
title: `${pkg.packageName}:${schema.name} | Nx`,
|
title: `${pkg.packageName}:${schema.name} | Nx`,
|
||||||
description:
|
description:
|
||||||
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
|
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
|
||||||
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
|
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
|
||||||
.replace('/', '')
|
.replace('/', '')
|
||||||
.replace(/\//gi, '-')}.jpg`,
|
.replace(/\//gi, '-')}.jpg`,
|
||||||
|
|||||||
@ -24,12 +24,12 @@ export default function CustomApp({
|
|||||||
<>
|
<>
|
||||||
<DefaultSeo
|
<DefaultSeo
|
||||||
title="Nx: Smart Monorepos · Fast CI"
|
title="Nx: Smart Monorepos · Fast CI"
|
||||||
description="Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI."
|
description="Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution."
|
||||||
openGraph={{
|
openGraph={{
|
||||||
url: 'https://nx.dev' + router.asPath,
|
url: 'https://nx.dev' + router.asPath,
|
||||||
title: 'Nx: Smart Monorepos · Fast CI',
|
title: 'Nx: Smart Monorepos · Fast CI',
|
||||||
description:
|
description:
|
||||||
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
|
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: 'https://nx.dev/images/nx-media.jpg',
|
url: 'https://nx.dev/images/nx-media.jpg',
|
||||||
|
|||||||
@ -19,7 +19,7 @@ export default function Index(): JSX.Element {
|
|||||||
url: 'https://nx.dev',
|
url: 'https://nx.dev',
|
||||||
title: 'Nx: Smart Monorepos · Fast CI',
|
title: 'Nx: Smart Monorepos · Fast CI',
|
||||||
description:
|
description:
|
||||||
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
|
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: 'https://nx.dev/socials/nx-media.png',
|
url: 'https://nx.dev/socials/nx-media.png',
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).
|
This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# `> npx create-nx-plugin`
|
# `> npx create-nx-plugin`
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
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?
|
## What is It?
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# `> npx create-nx-workspace`
|
# `> npx create-nx-workspace`
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
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?
|
## What is It?
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview).
|
This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).
|
This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package contains a set of utilities for creating Nx plugins.
|
This package contains a set of utilities for creating Nx plugins.
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).
|
This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is an ESLint plugin for Nx.
|
This package is an ESLint plugin for Nx.
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Expo plugin for Nx](https://nx.dev/expo/overview).
|
This package is a [Expo plugin for Nx](https://nx.dev/expo/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is an [Express plugin for Nx](https://nx.dev/express/overview).
|
This package is an [Express plugin for Nx](https://nx.dev/express/overview).
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).
|
This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Jest plugin for Nx](https://nx.dev/jest/overview).
|
This package is a [Jest plugin for Nx](https://nx.dev/jest/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).
|
This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview).
|
This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).
|
This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt).
|
This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt).
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
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?
|
## What is It?
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native).
|
This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [React plugin for Nx](https://nx.dev/nx-api/react).
|
This package is a [React plugin for Nx](https://nx.dev/nx-api/react).
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix).
|
This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup).
|
This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).
|
This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).
|
||||||
|
|
||||||
|
|||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite).
|
This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue).
|
This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Web plugin for Nx](https://nx.dev/nx-api/web).
|
This package is a [Web plugin for Nx](https://nx.dev/nx-api/web).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack).
|
This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack).
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user