diff --git a/README.md b/README.md index f7759ebe94..7eb2dfba16 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -19,7 +19,7 @@
-# Smart Monorepos · Fast CI +# Smart Repos · Fast Builds Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities. @@ -58,7 +58,7 @@ Learn more in the [Nx CI docs »](https://nx.dev/ci/intro?utm_source=nxrepo - [Our Twitter/X](https://x.com/nxdevtools)

Nx - Smart Monorepos · Fast CI

+width="100%" alt="Nx - Smart Repos · Fast Builds">

## Want to help? diff --git a/docs/blog/2023-12-20-nx-17-2-release.md b/docs/blog/2023-12-20-nx-17-2-release.md index 8e96afabf7..254d3a1978 100644 --- a/docs/blog/2023-12-20-nx-17-2-release.md +++ b/docs/blog/2023-12-20-nx-17-2-release.md @@ -15,7 +15,7 @@ It's been a bit since we launched [Nx 17](/blog/nx-17-release)! In this article, - [Module Federation Updates](#module-federation-updates) - [Nx Release Updates](#nx-release-updates) - [Angular 17 (AND NgRx 17) Support](#angular-17-and-ngrx-17-support) -- [Smart Monorepos — Fast CI](#smart-monorepos-fast-ci) +- [Smart Repos — Fast Builds](#smart-repos-fast-builds) - [New Canary Releases](#new-canary-releases) - [Upcoming Release Livestream](#upcoming-release-livestream) - [Automatically Update Nx](#automatically-update-nx) @@ -139,7 +139,7 @@ nx migrate latest --interactive - Run 'nx migrate --run-migrations' ``` -## Smart Monorepos — Fast CI +## Smart Repos — Fast Builds We just gave our Nx homepage a small facelift, including a new tagline, subtagline and illustration to better reflect Nx's mission statement. diff --git a/docs/blog/2023-12-28-highlights-2023.md b/docs/blog/2023-12-28-highlights-2023.md index fea9ce50eb..2bae3a4ff3 100644 --- a/docs/blog/2023-12-28-highlights-2023.md +++ b/docs/blog/2023-12-28-highlights-2023.md @@ -25,7 +25,7 @@ It is that time again: getting flooded by Year of Review blog posts. We did it l - [Many OSS repos adopt Nx](#many-oss-repos-adopt-nx) - [Nx Community](#nx-community) - [New Content & Improved Docs](#new-content-improved-docs) -- [New Tagline: Smart Monorepos — Fast CI](#new-tagline-smart-monorepos-fast-ci) +- [New Tagline: Smart Repos — Fast Builds](#new-tagline-smart-repos-fast-builds) - [Nx Conf](#nx-conf) - [Looking ahead — 2024](#looking-ahead-2024) - [Solving CI](#solving-ci) @@ -330,11 +330,11 @@ You can also browse them in the [nx-recipes](https://github.com/nrwl/nx-recipes) And obviously, we jumped on the AI train as well. A couple of months ago, we added the [Nx Assistant](/ai-chat). A ChatGPT-powered interface trained in our docs. [Katerina](https://twitter.com/psybercity) wrote about it [on our blog](/blog/nx-docs-ai-assistant). The AI chat allows to interactively ask questions about Nx and will give you relevant answers from our docs (including linking to the sources). -## New Tagline: Smart Monorepos — Fast CI +## New Tagline: Smart Repos — Fast Builds Nx stands out for its flexibility, accommodating for both monorepo and non-monorepo project structures. This approach allows users to begin with simpler project configurations, leveraging the benefits of Nx's robust tooling, and later, when the need arises, seamlessly [migrate to a monorepo](/recipes/tips-n-tricks/standalone-to-monorepo). -However, Nx's true strength becomes most apparent at scale, typically within a monorepo setup. We wanted to capture it in our new tagline: **Smart Monorepos — Fast CI**. +However, Nx's true strength becomes most apparent at scale, typically within a monorepo setup. We wanted to capture it in our new tagline: **Smart Repos — Fast Builds**. {% tweet url="https://twitter.com/juristr/status/1734558895547568634" /%} diff --git a/docs/blog/2024-02-07-fast-effortless-ci.md b/docs/blog/2024-02-07-fast-effortless-ci.md index 38d816eaa6..5cd3aae8d9 100644 --- a/docs/blog/2024-02-07-fast-effortless-ci.md +++ b/docs/blog/2024-02-07-fast-effortless-ci.md @@ -18,7 +18,7 @@ In 2014, the state of the art for running tests and builds in your repository we Nx was created in 2017 to address this problem. Nx is a build system that operates on a **higher level** where developers define the relationships between tasks and then Nx to decides the optimal way to run those tasks. In the same way, developers can define the inputs and outputs of tasks, then Nx automatically caches those task results. Developers tell Nx what a task does and then Nx can decide how best to run that task. -With [Nx Agents](/ci/features/distribute-task-execution), Nx is applying this same mindset to the problem of slow and costly CI pipelines. Nx gives you both **Smart Monorepos** and **Fast CI**. +With [Nx Agents](/ci/features/distribute-task-execution), Nx is applying this same mindset to the problem of slow and costly CI pipelines. Nx gives you both **Smart Repos** and **Fast Builds**. ## Why is CI So Hard? diff --git a/docs/courses/pnpm-nx-next/lessons/06-nx-cloud-setup.md b/docs/courses/pnpm-nx-next/lessons/06-nx-cloud-setup.md index f7ed8ab2fa..572269625b 100644 --- a/docs/courses/pnpm-nx-next/lessons/06-nx-cloud-setup.md +++ b/docs/courses/pnpm-nx-next/lessons/06-nx-cloud-setup.md @@ -4,7 +4,7 @@ videoUrl: 'https://youtu.be/8mqHXYIl_qI' duration: '4:00' --- -Nx powers the “Smart Monorepo,” while Nx Cloud brings “Fast CI” into the mix. Designed to extend Nx’s efficiency into the CI pipeline, Nx Cloud ensures that even large monorepos stay fast and optimized in CI. +Nx powers the “Smart Repos,” while Nx Cloud brings “Fast Builds” into the mix. Designed to extend Nx’s efficiency into the CI pipeline, Nx Cloud ensures that even large monorepos stay fast and optimized in CI. In this lesson, we’ll take the Tasker monorepo, push it to GitHub, set up an Nx Cloud workspace, and link it with your GitHub repository. By the end, your Nx workspace will be fully connected to Nx Cloud, ready to leverage its remote caching and distributed CI capabilities. diff --git a/docs/generated/manifests/nx-api.json b/docs/generated/manifests/nx-api.json index 6cbe1cf5fb..d9013d9d83 100644 --- a/docs/generated/manifests/nx-api.json +++ b/docs/generated/manifests/nx-api.json @@ -1234,7 +1234,7 @@ "githubRoot": "https://github.com/nrwl/nx/blob/master", "name": "create-nx-workspace", "packageName": "create-nx-workspace", - "description": "Smart Monorepos · Fast CI", + "description": "Smart Repos · Fast Builds", "documents": {}, "root": "/packages/create-nx-workspace", "source": "/packages/create-nx-workspace/src", diff --git a/docs/generated/packages-metadata.json b/docs/generated/packages-metadata.json index da9e6bf084..abe34799bd 100644 --- a/docs/generated/packages-metadata.json +++ b/docs/generated/packages-metadata.json @@ -1229,7 +1229,7 @@ "source": "/packages/create-nx-plugin/src" }, { - "description": "Smart Monorepos · Fast CI", + "description": "Smart Repos · Fast Builds", "documents": [], "executors": [], "generators": [], diff --git a/docs/packages.json b/docs/packages.json index 53c77e304e..551c2465cb 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -72,7 +72,7 @@ { "name": "create-nx-workspace", "packageName": "create-nx-workspace", - "description": "Smart Monorepos · Fast CI", + "description": "Smart Repos · Fast Builds", "path": "generated/packages/create-nx-workspace.json", "schemas": { "executors": [], diff --git a/e2e/nx/src/misc.test.ts b/e2e/nx/src/misc.test.ts index 418e7e25db..ce2c01254f 100644 --- a/e2e/nx/src/misc.test.ts +++ b/e2e/nx/src/misc.test.ts @@ -339,7 +339,7 @@ describe('Nx Commands', () => { it('should show help if no command provided', () => { const output = runCLI('', { silenceError: true }); - expect(output).toContain('Smart Monorepos · Fast CI'); + expect(output).toContain('Smart Repos · Fast Builds'); expect(output).toContain('Commands:'); }); }); diff --git a/images/nx-dark.svg b/images/nx-dark.svg index 02300ba879..ddc16032cf 100644 --- a/images/nx-dark.svg +++ b/images/nx-dark.svg @@ -1,23 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/nx-light.svg b/images/nx-light.svg index dc11f66b26..4c86c74871 100644 --- a/images/nx-light.svg +++ b/images/nx-light.svg @@ -1,23 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/nx.png b/images/nx.png index 1a6832b9e0..decf9090bf 100644 Binary files a/images/nx.png and b/images/nx.png differ 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 b2d4547105..dec9cdc582 100644 --- a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx +++ b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx @@ -89,7 +89,7 @@ export function DocViewer({ }`, width: 1600, height: 800, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-list.tsx b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-list.tsx index 98b1131345..04f7c49df9 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-list.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-list.tsx @@ -79,7 +79,7 @@ export function PackageSchemaList({ url: vm.seo.imageUrl, width: 1600, height: 800, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-sub-list.tsx b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-sub-list.tsx index 62ac73856a..e9c8767e83 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-sub-list.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-sub-list.tsx @@ -79,7 +79,7 @@ export function PackageSchemaSubList({ url: vm.seo.imageUrl, width: 1600, height: 800, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], 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 2921a82b67..a8c566dbc5 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 @@ -56,7 +56,7 @@ export function PackageSchemaViewer({ url: vm.seo.imageUrl, width: 1600, height: 800, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev-e2e/src/app.spec.ts b/nx-dev/nx-dev-e2e/src/app.spec.ts index 4fc2d5bfe8..b71fee4d1f 100644 --- a/nx-dev/nx-dev-e2e/src/app.spec.ts +++ b/nx-dev/nx-dev-e2e/src/app.spec.ts @@ -3,5 +3,5 @@ import { test, expect } from '@playwright/test'; test('should display the primary heading', async ({ page }) => { await page.goto('/'); const heading = page.locator('[data-cy="primary-heading"]'); - await expect(heading).toContainText('Smart MonoreposFast CI'); + await expect(heading).toContainText('Smart ReposFast Builds'); }); diff --git a/nx-dev/nx-dev/app/blog/page.tsx b/nx-dev/nx-dev/app/blog/page.tsx index 79b88e426c..815cdd51f8 100644 --- a/nx-dev/nx-dev/app/blog/page.tsx +++ b/nx-dev/nx-dev/app/blog/page.tsx @@ -24,7 +24,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/app/brands/page.tsx b/nx-dev/nx-dev/app/brands/page.tsx index c7c5534893..184a31bffb 100644 --- a/nx-dev/nx-dev/app/brands/page.tsx +++ b/nx-dev/nx-dev/app/brands/page.tsx @@ -25,7 +25,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/app/careers/page.tsx b/nx-dev/nx-dev/app/careers/page.tsx index 8487aaca58..9206bb7e77 100644 --- a/nx-dev/nx-dev/app/careers/page.tsx +++ b/nx-dev/nx-dev/app/careers/page.tsx @@ -30,7 +30,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/app/nx-cloud/page.tsx b/nx-dev/nx-dev/app/nx-cloud/page.tsx index d2b7b49736..8a10497929 100644 --- a/nx-dev/nx-dev/app/nx-cloud/page.tsx +++ b/nx-dev/nx-dev/app/nx-cloud/page.tsx @@ -34,7 +34,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/app/podcast/page.tsx b/nx-dev/nx-dev/app/podcast/page.tsx index c599b019ff..933e73dd97 100644 --- a/nx-dev/nx-dev/app/podcast/page.tsx +++ b/nx-dev/nx-dev/app/podcast/page.tsx @@ -19,7 +19,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/app/pricing/page.tsx b/nx-dev/nx-dev/app/pricing/page.tsx index 1679172aec..9d7cd44fdd 100644 --- a/nx-dev/nx-dev/app/pricing/page.tsx +++ b/nx-dev/nx-dev/app/pricing/page.tsx @@ -31,7 +31,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/app/resources/page.tsx b/nx-dev/nx-dev/app/resources/page.tsx index 5815de0d37..0713cece90 100644 --- a/nx-dev/nx-dev/app/resources/page.tsx +++ b/nx-dev/nx-dev/app/resources/page.tsx @@ -111,7 +111,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/app/webinar/page.tsx b/nx-dev/nx-dev/app/webinar/page.tsx index 695b095d0f..47cb35035b 100644 --- a/nx-dev/nx-dev/app/webinar/page.tsx +++ b/nx-dev/nx-dev/app/webinar/page.tsx @@ -19,7 +19,7 @@ export const metadata: Metadata = { url: 'https://nx.dev/socials/nx-media.png', width: 800, height: 421, - alt: 'Nx: Smart Monorepos · Fast CI', + alt: 'Nx: Smart Repos · Fast Builds', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/pages/_app.tsx b/nx-dev/nx-dev/pages/_app.tsx index 48db35eaed..557601109e 100644 --- a/nx-dev/nx-dev/pages/_app.tsx +++ b/nx-dev/nx-dev/pages/_app.tsx @@ -28,11 +28,11 @@ export default function CustomApp({ <> - Smart monorepos · Fast CI + Smart Repos · Fast Builds The Nx trademark includes the Nx name & logo, and any word, diff --git a/nx-dev/ui-common/src/lib/footer.tsx b/nx-dev/ui-common/src/lib/footer.tsx index 28883e4129..c54238437b 100644 --- a/nx-dev/ui-common/src/lib/footer.tsx +++ b/nx-dev/ui-common/src/lib/footer.tsx @@ -161,7 +161,7 @@ export function Footer({ Nx -

Smart Monorepos · Fast CI

+

Smart Repos · Fast Builds

{navigation.social.map((item) => ( = { export const ossProducts: MenuItem[] = [ { name: 'Nx', - description: 'Smart Monorepos - Fast CI', + description: 'Smart Repos - Fast Builds', href: '/getting-started/intro', icon: null, isNew: false, diff --git a/nx-dev/ui-home/src/lib/hero.tsx b/nx-dev/ui-home/src/lib/hero.tsx index 276df2e0d6..42f528a518 100644 --- a/nx-dev/ui-home/src/lib/hero.tsx +++ b/nx-dev/ui-home/src/lib/hero.tsx @@ -12,7 +12,7 @@ export function Hero(): ReactElement { Smart {' '} - Monorepos + Repos
Fast {' '} - CI + Builds - Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/create-nx-plugin/README.md b/packages/create-nx-plugin/README.md index cf878cc554..4001f1c9be 100644 --- a/packages/create-nx-plugin/README.md +++ b/packages/create-nx-plugin/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

diff --git a/packages/create-nx-workspace/README.md b/packages/create-nx-workspace/README.md index ed19776400..6998a94682 100644 --- a/packages/create-nx-workspace/README.md +++ b/packages/create-nx-workspace/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

diff --git a/packages/create-nx-workspace/package.json b/packages/create-nx-workspace/package.json index 283761475d..149c749267 100644 --- a/packages/create-nx-workspace/package.json +++ b/packages/create-nx-workspace/package.json @@ -2,7 +2,7 @@ "name": "create-nx-workspace", "version": "0.0.1", "private": false, - "description": "Smart Monorepos · Fast CI", + "description": "Smart Repos · Fast Builds", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", diff --git a/packages/cypress/README.md b/packages/cypress/README.md index 05271ad298..c7960865d3 100644 --- a/packages/cypress/README.md +++ b/packages/cypress/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/detox/README.md b/packages/detox/README.md index f8a675287a..ddfcdbcfe1 100644 --- a/packages/detox/README.md +++ b/packages/detox/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/devkit/README.md b/packages/devkit/README.md index ba59eafdb8..1dfb461f5c 100644 --- a/packages/devkit/README.md +++ b/packages/devkit/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/esbuild/README.md b/packages/esbuild/README.md index 0aa342dec1..db32cabe28 100644 --- a/packages/esbuild/README.md +++ b/packages/esbuild/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/eslint-plugin/README.md b/packages/eslint-plugin/README.md index 7a8db36e23..0eb65891f2 100644 --- a/packages/eslint-plugin/README.md +++ b/packages/eslint-plugin/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/eslint/README.md b/packages/eslint/README.md index 644bc293ad..f6de9a0443 100644 --- a/packages/eslint/README.md +++ b/packages/eslint/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/expo/README.md b/packages/expo/README.md index 3be55d391f..bd906decae 100644 --- a/packages/expo/README.md +++ b/packages/expo/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/express/README.md b/packages/express/README.md index 26c0ac49d7..e68d2d854e 100644 --- a/packages/express/README.md +++ b/packages/express/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/gradle/README.md b/packages/gradle/README.md index 242510450d..c6d6343e03 100644 --- a/packages/gradle/README.md +++ b/packages/gradle/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -11,7 +11,7 @@ > Note: this plugin is currently experimental. -# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/jest/README.md b/packages/jest/README.md index 7bd0e4473d..9114585cc9 100644 --- a/packages/jest/README.md +++ b/packages/jest/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/js/README.md b/packages/js/README.md index e9b8913b13..1ec959b1e6 100644 --- a/packages/js/README.md +++ b/packages/js/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/module-federation/README.md b/packages/module-federation/README.md index 3c7df98c4e..8f74dc132b 100644 --- a/packages/module-federation/README.md +++ b/packages/module-federation/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/nest/README.md b/packages/nest/README.md index eca0f5530c..d2323ea148 100644 --- a/packages/nest/README.md +++ b/packages/nest/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/next/README.md b/packages/next/README.md index a738b148b8..65062fdc1a 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/node/README.md b/packages/node/README.md index 644bc293ad..f6de9a0443 100644 --- a/packages/node/README.md +++ b/packages/node/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/nuxt/README.md b/packages/nuxt/README.md index 68342c1397..ddd2173167 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/nx/README.md b/packages/nx/README.md index 644bc293ad..f6de9a0443 100644 --- a/packages/nx/README.md +++ b/packages/nx/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/nx/src/command-line/nx-commands.ts b/packages/nx/src/command-line/nx-commands.ts index 288a2dcb9b..5115b0aafb 100644 --- a/packages/nx/src/command-line/nx-commands.ts +++ b/packages/nx/src/command-line/nx-commands.ts @@ -63,7 +63,7 @@ export const parserConfiguration: Partial = { */ export const commandsObject = yargs .parserConfiguration(parserConfiguration) - .usage(chalk.bold('Smart Monorepos · Fast CI')) + .usage(chalk.bold('Smart Repos · Fast Builds')) .demandCommand(1, '') .command(yargsRegisterCommand) .command(yargsAddCommand) diff --git a/packages/nx/src/project-graph/project-graph.ts b/packages/nx/src/project-graph/project-graph.ts index ba19e31fce..f148833d7c 100644 --- a/packages/nx/src/project-graph/project-graph.ts +++ b/packages/nx/src/project-graph/project-graph.ts @@ -56,7 +56,7 @@ export function readCachedProjectGraph( ? stripIndents` Make sure invoke 'node ./decorate-angular-cli.js' in your postinstall script. The decorated CLI will compute the project graph. - 'ng --help' should say 'Smart Monorepos · Fast CI'. + 'ng --help' should say 'Smart Repos · Fast Builds'. ` : ''; diff --git a/packages/playwright/README.md b/packages/playwright/README.md index 644bc293ad..f6de9a0443 100644 --- a/packages/playwright/README.md +++ b/packages/playwright/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/plugin/README.md b/packages/plugin/README.md index e133d7d4d6..1136ff1f89 100644 --- a/packages/plugin/README.md +++ b/packages/plugin/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/react-native/README.md b/packages/react-native/README.md index 7e325b06f8..0ce5ddadc3 100644 --- a/packages/react-native/README.md +++ b/packages/react-native/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/react/README.md b/packages/react/README.md index 123da95917..fe2ce45447 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/remix/README.md b/packages/remix/README.md index 9d89fc345c..dfe1de831c 100644 --- a/packages/remix/README.md +++ b/packages/remix/README.md @@ -1,10 +1,10 @@ -

Nx - Smart Monorepos · Fast CI

+

Nx - Smart Repos · Fast Builds

{{links}}
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/rollup/README.md b/packages/rollup/README.md index 10f4efac1c..d231673fa2 100644 --- a/packages/rollup/README.md +++ b/packages/rollup/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/rsbuild/README.md b/packages/rsbuild/README.md index de52b1cb67..eb3e892bb7 100644 --- a/packages/rsbuild/README.md +++ b/packages/rsbuild/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/rspack/README.md b/packages/rspack/README.md index e5b94cf56d..918762e7d4 100644 --- a/packages/rspack/README.md +++ b/packages/rspack/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/storybook/README.md b/packages/storybook/README.md index 13093060cd..eba128f3e5 100644 --- a/packages/storybook/README.md +++ b/packages/storybook/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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 872f3b7f70..21dcd08bff 100644 --- a/packages/vite/README.md +++ b/packages/vite/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/vue/README.md b/packages/vue/README.md index 5744ed60ac..a06d638770 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/web/README.md b/packages/web/README.md index 55e0f39a80..fff816d586 100644 --- a/packages/web/README.md +++ b/packages/web/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/webpack/README.md b/packages/webpack/README.md index 28c9271408..345e3ac250 100644 --- a/packages/webpack/README.md +++ b/packages/webpack/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/workspace/README.md b/packages/workspace/README.md index 644bc293ad..f6de9a0443 100644 --- a/packages/workspace/README.md +++ b/packages/workspace/README.md @@ -1,7 +1,7 @@

- Nx - Smart Monorepos · Fast CI + Nx - Smart Repos · Fast Builds

@@ -9,7 +9,7 @@
-# Nx: Smart Monorepos · Fast CI +# Nx: Smart Repos · Fast Builds 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/scripts/readme-fragments/content.md b/scripts/readme-fragments/content.md index b81bdac0e3..d2aba83b84 100644 --- a/scripts/readme-fragments/content.md +++ b/scripts/readme-fragments/content.md @@ -36,4 +36,4 @@ npx nx@latest init - [Blog Posts About Nx](https://nx.dev/blog)

Nx - Smart Monorepos · Fast CI

+width="100%" alt="Nx - Smart Repos · Fast Builds">

diff --git a/scripts/readme-fragments/resources.md b/scripts/readme-fragments/resources.md index 36feea6135..9d6b340e1d 100644 --- a/scripts/readme-fragments/resources.md +++ b/scripts/readme-fragments/resources.md @@ -6,4 +6,4 @@ - [Blog Posts About Nx](https://nx.dev/blog)

Nx - Smart Monorepos · Fast CI

+width="100%" alt="Nx - Smart Repos · Fast Builds">