diff --git a/README.md b/README.md index aabbca5c8f..a30045de79 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ # 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 diff --git a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx index 845290da41..fbd2044ced 100644 --- a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx +++ b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx @@ -72,14 +72,14 @@ export function DocViewer({ title={vm.title + ' | Nx'} 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={{ url: 'https://nx.dev' + router.asPath, title: vm.title, 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: [ { url: `https://nx.dev/images/open-graph/${router.asPath diff --git a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx index 2e6f90fbe8..cca13d357d 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx @@ -26,7 +26,7 @@ export function PackageSchemaViewer({ seo: { title: `${pkg.packageName}:${schema.name} | Nx`, 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 .replace('/', '') .replace(/\//gi, '-')}.jpg`, diff --git a/nx-dev/nx-dev/pages/_app.tsx b/nx-dev/nx-dev/pages/_app.tsx index b026064480..416d787243 100644 --- a/nx-dev/nx-dev/pages/_app.tsx +++ b/nx-dev/nx-dev/pages/_app.tsx @@ -24,12 +24,12 @@ export default function CustomApp({ <> 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? diff --git a/packages/create-nx-workspace/README.md b/packages/create-nx-workspace/README.md index f0a13fbd74..ed19776400 100644 --- a/packages/create-nx-workspace/README.md +++ b/packages/create-nx-workspace/README.md @@ -11,7 +11,7 @@ # `> 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? diff --git a/packages/cypress/README.md b/packages/cypress/README.md index 32477fba1d..05271ad298 100644 --- a/packages/cypress/README.md +++ b/packages/cypress/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/detox/README.md b/packages/detox/README.md index 7c13aa77ac..f8a675287a 100644 --- a/packages/detox/README.md +++ b/packages/detox/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/devkit/README.md b/packages/devkit/README.md index 54a440cf39..ba59eafdb8 100644 --- a/packages/devkit/README.md +++ b/packages/devkit/README.md @@ -11,7 +11,7 @@ # 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. diff --git a/packages/esbuild/README.md b/packages/esbuild/README.md index b53cbd8684..0aa342dec1 100644 --- a/packages/esbuild/README.md +++ b/packages/esbuild/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/eslint-plugin/README.md b/packages/eslint-plugin/README.md index bf37bb9a1b..7a8db36e23 100644 --- a/packages/eslint-plugin/README.md +++ b/packages/eslint-plugin/README.md @@ -11,7 +11,7 @@ # 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. diff --git a/packages/eslint/README.md b/packages/eslint/README.md index bde15af0f7..644bc293ad 100644 --- a/packages/eslint/README.md +++ b/packages/eslint/README.md @@ -11,6 +11,6 @@ # 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}} diff --git a/packages/expo/README.md b/packages/expo/README.md index d359518ae5..3be55d391f 100644 --- a/packages/expo/README.md +++ b/packages/expo/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/express/README.md b/packages/express/README.md index ba272cd392..26c0ac49d7 100644 --- a/packages/express/README.md +++ b/packages/express/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/gradle/README.md b/packages/gradle/README.md index d9acae4cbb..242510450d 100644 --- a/packages/gradle/README.md +++ b/packages/gradle/README.md @@ -13,7 +13,7 @@ # 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). diff --git a/packages/jest/README.md b/packages/jest/README.md index 9145f79a09..7bd0e4473d 100644 --- a/packages/jest/README.md +++ b/packages/jest/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/js/README.md b/packages/js/README.md index 84ece94e52..e9b8913b13 100644 --- a/packages/js/README.md +++ b/packages/js/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/nest/README.md b/packages/nest/README.md index fc0961221f..eca0f5530c 100644 --- a/packages/nest/README.md +++ b/packages/nest/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/next/README.md b/packages/next/README.md index 4b13d399d5..a738b148b8 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/node/README.md b/packages/node/README.md index bde15af0f7..644bc293ad 100644 --- a/packages/node/README.md +++ b/packages/node/README.md @@ -11,6 +11,6 @@ # 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}} diff --git a/packages/nuxt/README.md b/packages/nuxt/README.md index 8b44a7f66e..68342c1397 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/nx/README.md b/packages/nx/README.md index bde15af0f7..644bc293ad 100644 --- a/packages/nx/README.md +++ b/packages/nx/README.md @@ -11,6 +11,6 @@ # 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}} diff --git a/packages/playwright/README.md b/packages/playwright/README.md index bde15af0f7..644bc293ad 100644 --- a/packages/playwright/README.md +++ b/packages/playwright/README.md @@ -11,6 +11,6 @@ # 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}} diff --git a/packages/plugin/README.md b/packages/plugin/README.md index 44874ea8b5..e133d7d4d6 100644 --- a/packages/plugin/README.md +++ b/packages/plugin/README.md @@ -11,7 +11,7 @@ # 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? diff --git a/packages/react-native/README.md b/packages/react-native/README.md index 85029380e4..7e325b06f8 100644 --- a/packages/react-native/README.md +++ b/packages/react-native/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/react/README.md b/packages/react/README.md index 7d4dda4db0..123da95917 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/remix/README.md b/packages/remix/README.md index 2e140854c0..9d89fc345c 100644 --- a/packages/remix/README.md +++ b/packages/remix/README.md @@ -6,7 +6,7 @@ # 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). diff --git a/packages/rollup/README.md b/packages/rollup/README.md index 8030f62983..10f4efac1c 100644 --- a/packages/rollup/README.md +++ b/packages/rollup/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/storybook/README.md b/packages/storybook/README.md index f742b1d2e3..13093060cd 100644 --- a/packages/storybook/README.md +++ b/packages/storybook/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/tao/README.md b/packages/tao/README.md index 0141d13517..a1527deb06 100644 --- a/packages/tao/README.md +++ b/packages/tao/README.md @@ -15,4 +15,4 @@ # 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. diff --git a/packages/vite/README.md b/packages/vite/README.md index d99d7f5c00..872f3b7f70 100644 --- a/packages/vite/README.md +++ b/packages/vite/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/vue/README.md b/packages/vue/README.md index 0b4b7a7a77..5744ed60ac 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/web/README.md b/packages/web/README.md index 50011a1eb7..55e0f39a80 100644 --- a/packages/web/README.md +++ b/packages/web/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/webpack/README.md b/packages/webpack/README.md index 683152e811..28c9271408 100644 --- a/packages/webpack/README.md +++ b/packages/webpack/README.md @@ -11,7 +11,7 @@ # 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). diff --git a/packages/workspace/README.md b/packages/workspace/README.md index bde15af0f7..644bc293ad 100644 --- a/packages/workspace/README.md +++ b/packages/workspace/README.md @@ -11,6 +11,6 @@ # 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}}