chore(nx-dev): update tagline across projects (#31318)

Aligned all instances of the tagline. Changes include documentation, metadata, UI content, test assertions, and other project assets.
This commit is contained in:
Benjamin Cabanes 2025-05-23 16:20:35 -04:00 committed by GitHub
parent 873f2d8046
commit 1e30f3d148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
93 changed files with 181 additions and 175 deletions

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -19,7 +19,7 @@
<hr> <hr>
# Smart Monorepos · Fast CI # Smart Repos · Fast Builds
Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities. 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 &raquo;](https://nx.dev/ci/intro?utm_source=nxrepo
- [Our Twitter/X](https://x.com/nxdevtools) - [Our Twitter/X](https://x.com/nxdevtools)
<p style="text-align: center;"><a href="https://www.youtube.com/@nxdevtools/videos" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg" <p style="text-align: center;"><a href="https://www.youtube.com/@nxdevtools/videos" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg"
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p> width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
## Want to help? ## Want to help?

View File

@ -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) - [Module Federation Updates](#module-federation-updates)
- [Nx Release Updates](#nx-release-updates) - [Nx Release Updates](#nx-release-updates)
- [Angular 17 (AND NgRx 17) Support](#angular-17-and-ngrx-17-support) - [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) - [New Canary Releases](#new-canary-releases)
- [Upcoming Release Livestream](#upcoming-release-livestream) - [Upcoming Release Livestream](#upcoming-release-livestream)
- [Automatically Update Nx](#automatically-update-nx) - [Automatically Update Nx](#automatically-update-nx)
@ -139,7 +139,7 @@ nx migrate latest --interactive
- Run 'nx migrate --run-migrations' - 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. We just gave our Nx homepage a small facelift, including a new tagline, subtagline and illustration to better reflect Nx's mission statement.

View File

@ -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) - [Many OSS repos adopt Nx](#many-oss-repos-adopt-nx)
- [Nx Community](#nx-community) - [Nx Community](#nx-community)
- [New Content & Improved Docs](#new-content-improved-docs) - [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) - [Nx Conf](#nx-conf)
- [Looking ahead — 2024](#looking-ahead-2024) - [Looking ahead — 2024](#looking-ahead-2024)
- [Solving CI](#solving-ci) - [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). 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). 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" /%} {% tweet url="https://twitter.com/juristr/status/1734558895547568634" /%}

View File

@ -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. 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? ## Why is CI So Hard?

View File

@ -4,7 +4,7 @@ videoUrl: 'https://youtu.be/8mqHXYIl_qI'
duration: '4:00' duration: '4:00'
--- ---
Nx powers the “Smart Monorepo,” while Nx Cloud brings “Fast CI” into the mix. Designed to extend Nxs 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 Nxs efficiency into the CI pipeline, Nx Cloud ensures that even large monorepos stay fast and optimized in CI.
In this lesson, well 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. In this lesson, well 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.

View File

@ -1234,7 +1234,7 @@
"githubRoot": "https://github.com/nrwl/nx/blob/master", "githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "create-nx-workspace", "name": "create-nx-workspace",
"packageName": "create-nx-workspace", "packageName": "create-nx-workspace",
"description": "Smart Monorepos · Fast CI", "description": "Smart Repos · Fast Builds",
"documents": {}, "documents": {},
"root": "/packages/create-nx-workspace", "root": "/packages/create-nx-workspace",
"source": "/packages/create-nx-workspace/src", "source": "/packages/create-nx-workspace/src",

View File

@ -1229,7 +1229,7 @@
"source": "/packages/create-nx-plugin/src" "source": "/packages/create-nx-plugin/src"
}, },
{ {
"description": "Smart Monorepos · Fast CI", "description": "Smart Repos · Fast Builds",
"documents": [], "documents": [],
"executors": [], "executors": [],
"generators": [], "generators": [],

View File

@ -72,7 +72,7 @@
{ {
"name": "create-nx-workspace", "name": "create-nx-workspace",
"packageName": "create-nx-workspace", "packageName": "create-nx-workspace",
"description": "Smart Monorepos · Fast CI", "description": "Smart Repos · Fast Builds",
"path": "generated/packages/create-nx-workspace.json", "path": "generated/packages/create-nx-workspace.json",
"schemas": { "schemas": {
"executors": [], "executors": [],

View File

@ -339,7 +339,7 @@ describe('Nx Commands', () => {
it('should show help if no command provided', () => { it('should show help if no command provided', () => {
const output = runCLI('', { silenceError: true }); const output = runCLI('', { silenceError: true });
expect(output).toContain('Smart Monorepos · Fast CI'); expect(output).toContain('Smart Repos · Fast Builds');
expect(output).toContain('Commands:'); expect(output).toContain('Commands:');
}); });
}); });

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -89,7 +89,7 @@ export function DocViewer({
}`, }`,
width: 1600, width: 1600,
height: 800, height: 800,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -79,7 +79,7 @@ export function PackageSchemaList({
url: vm.seo.imageUrl, url: vm.seo.imageUrl,
width: 1600, width: 1600,
height: 800, height: 800,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -79,7 +79,7 @@ export function PackageSchemaSubList({
url: vm.seo.imageUrl, url: vm.seo.imageUrl,
width: 1600, width: 1600,
height: 800, height: 800,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -56,7 +56,7 @@ export function PackageSchemaViewer({
url: vm.seo.imageUrl, url: vm.seo.imageUrl,
width: 1600, width: 1600,
height: 800, height: 800,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -3,5 +3,5 @@ import { test, expect } from '@playwright/test';
test('should display the primary heading', async ({ page }) => { test('should display the primary heading', async ({ page }) => {
await page.goto('/'); await page.goto('/');
const heading = page.locator('[data-cy="primary-heading"]'); const heading = page.locator('[data-cy="primary-heading"]');
await expect(heading).toContainText('Smart MonoreposFast CI'); await expect(heading).toContainText('Smart ReposFast Builds');
}); });

View File

@ -24,7 +24,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -25,7 +25,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -30,7 +30,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -34,7 +34,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -19,7 +19,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -31,7 +31,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -111,7 +111,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -19,7 +19,7 @@ export const metadata: Metadata = {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -28,11 +28,11 @@ export default function CustomApp({
<> <>
<FrontendObservability /> <FrontendObservability />
<DefaultSeo <DefaultSeo
title="Nx: Smart Monorepos · Fast CI" title="Nx: Smart Repos · Fast Builds"
description="Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities." description="Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities."
openGraph={{ openGraph={{
url: 'https://nx.dev' + router.asPath, url: 'https://nx.dev' + router.asPath,
title: 'Nx: Smart Monorepos · Fast CI', title: 'Nx: Smart Repos · Fast Builds',
description: description:
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.', 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
images: [ images: [
@ -40,7 +40,7 @@ export default function CustomApp({
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -210,7 +210,7 @@ export default function Changelog(props: ChangeLogProps): JSX.Element {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -47,7 +47,7 @@ export default function Community(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -22,7 +22,7 @@ export function Company(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -21,7 +21,7 @@ export function EngineeringTeam(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -21,7 +21,7 @@ export function Contact(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -22,7 +22,7 @@ export function ContactSales(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -26,7 +26,7 @@ export function Customers(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -34,7 +34,7 @@ export function Enterprise(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -47,7 +47,7 @@ export function EnterpriseSecurity(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -22,7 +22,7 @@ export function EnterpriseTrial(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -18,11 +18,11 @@ export default function Index(): JSX.Element {
return ( return (
<> <>
<NextSeo <NextSeo
title="Nx: Smart Monorepos · Fast CI" title="Nx: Smart Repos · Fast Builds"
description="Build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution." description="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', url: 'https://nx.dev',
title: 'Nx: Smart Monorepos · Fast CI', title: 'Nx: Smart Repos · Fast Builds',
description: description:
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.', 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
images: [ images: [
@ -30,7 +30,7 @@ export default function Index(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 1200, width: 1200,
height: 600, height: 600,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/png', type: 'image/png',
}, },
], ],

View File

@ -61,7 +61,7 @@ export default function Packages({
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 1200, width: 1200,
height: 600, height: 600,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/png', type: 'image/png',
}, },
], ],

View File

@ -21,7 +21,7 @@ export function Partners(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -92,7 +92,7 @@ export default function Browse(props: BrowseProps): JSX.Element {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -20,7 +20,7 @@ export function Contact(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -23,7 +23,7 @@ export function PowerpackTrial(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -44,7 +44,7 @@ export function EnterpriseSolutionsEngineering(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -45,7 +45,7 @@ export function EnterpriseSolutionsLeadership(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -44,7 +44,7 @@ export function EnterpriseSolutionsManagement(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -44,7 +44,7 @@ export function EnterpriseSolutionsPlatform(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -25,7 +25,7 @@ export default function Tutorials(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -36,7 +36,7 @@ export function WhitePaperFastCI(): ReactElement {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',
width: 800, width: 800,
height: 421, height: 421,
alt: 'Nx: Smart Monorepos · Fast CI', alt: 'Nx: Smart Repos · Fast Builds',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 196 KiB

View File

@ -16,7 +16,7 @@ export function NxBrand() {
Nx Nx
</SectionHeading> </SectionHeading>
<SectionHeading as="p" variant="subtitle" className="mt-4"> <SectionHeading as="p" variant="subtitle" className="mt-4">
Smart monorepos · Fast CI Smart Repos · Fast Builds
</SectionHeading> </SectionHeading>
<SectionDescription as="p" className="mt-2"> <SectionDescription as="p" className="mt-2">
The Nx trademark includes the Nx name & logo, and any word, The Nx trademark includes the Nx name & logo, and any word,

View File

@ -161,7 +161,7 @@ export function Footer({
<title>Nx</title> <title>Nx</title>
<path d="M11.987 14.138l-3.132 4.923-5.193-8.427-.012 8.822H0V4.544h3.691l5.247 8.833.005-3.998 3.044 4.759zm.601-5.761c.024-.048 0-3.784.008-3.833h-3.65c.002.059-.005 3.776-.003 3.833h3.645zm5.634 4.134a2.061 2.061 0 0 0-1.969 1.336 1.963 1.963 0 0 1 2.343-.739c.396.161.917.422 1.33.283a2.1 2.1 0 0 0-1.704-.88zm3.39 1.061c-.375-.13-.8-.277-1.109-.681-.06-.08-.116-.17-.176-.265a2.143 2.143 0 0 0-.533-.642c-.294-.216-.68-.322-1.18-.322a2.482 2.482 0 0 0-2.294 1.536 2.325 2.325 0 0 1 4.002.388.75.75 0 0 0 .836.334c.493-.105.46.36 1.203.518v-.133c-.003-.446-.246-.55-.75-.733zm2.024 1.266a.723.723 0 0 0 .347-.638c-.01-2.957-2.41-5.487-5.37-5.487a5.364 5.364 0 0 0-4.487 2.418c-.01-.026-1.522-2.39-1.538-2.418H8.943l3.463 5.423-3.379 5.32h3.54l1.54-2.366 1.568 2.366h3.541l-3.21-5.052a.7.7 0 0 1-.084-.32 2.69 2.69 0 0 1 2.69-2.691h.001c1.488 0 1.736.89 2.057 1.308.634.826 1.9.464 1.9 1.541a.707.707 0 0 0 1.066.596zm.35.133c-.173.372-.56.338-.755.639-.176.271.114.412.114.412s.337.156.538-.311c.104-.231.14-.488.103-.74z" /> <path d="M11.987 14.138l-3.132 4.923-5.193-8.427-.012 8.822H0V4.544h3.691l5.247 8.833.005-3.998 3.044 4.759zm.601-5.761c.024-.048 0-3.784.008-3.833h-3.65c.002.059-.005 3.776-.003 3.833h3.645zm5.634 4.134a2.061 2.061 0 0 0-1.969 1.336 1.963 1.963 0 0 1 2.343-.739c.396.161.917.422 1.33.283a2.1 2.1 0 0 0-1.704-.88zm3.39 1.061c-.375-.13-.8-.277-1.109-.681-.06-.08-.116-.17-.176-.265a2.143 2.143 0 0 0-.533-.642c-.294-.216-.68-.322-1.18-.322a2.482 2.482 0 0 0-2.294 1.536 2.325 2.325 0 0 1 4.002.388.75.75 0 0 0 .836.334c.493-.105.46.36 1.203.518v-.133c-.003-.446-.246-.55-.75-.733zm2.024 1.266a.723.723 0 0 0 .347-.638c-.01-2.957-2.41-5.487-5.37-5.487a5.364 5.364 0 0 0-4.487 2.418c-.01-.026-1.522-2.39-1.538-2.418H8.943l3.463 5.423-3.379 5.32h3.54l1.54-2.366 1.568 2.366h3.541l-3.21-5.052a.7.7 0 0 1-.084-.32 2.69 2.69 0 0 1 2.69-2.691h.001c1.488 0 1.736.89 2.057 1.308.634.826 1.9.464 1.9 1.541a.707.707 0 0 0 1.066.596zm.35.133c-.173.372-.56.338-.755.639-.176.271.114.412.114.412s.337.156.538-.311c.104-.231.14-.488.103-.74z" />
</svg> </svg>
<p className="text-sm">Smart Monorepos · Fast CI</p> <p className="text-sm">Smart Repos · Fast Builds</p>
<div className="flex space-x-6"> <div className="flex space-x-6">
{navigation.social.map((item) => ( {navigation.social.map((item) => (
<Link <Link

View File

@ -135,7 +135,7 @@ export const featuresItems: Record<string, MenuItem[]> = {
export const ossProducts: MenuItem[] = [ export const ossProducts: MenuItem[] = [
{ {
name: 'Nx', name: 'Nx',
description: 'Smart Monorepos - Fast CI', description: 'Smart Repos - Fast Builds',
href: '/getting-started/intro', href: '/getting-started/intro',
icon: null, icon: null,
isNew: false, isNew: false,

View File

@ -12,7 +12,7 @@ export function Hero(): ReactElement {
<span className="rounded-lg bg-gradient-to-r from-cyan-500 to-blue-500 bg-clip-text text-transparent"> <span className="rounded-lg bg-gradient-to-r from-cyan-500 to-blue-500 bg-clip-text text-transparent">
Smart Smart
</span>{' '} </span>{' '}
Monorepos Repos
<br className="sm:hidden" /> <br className="sm:hidden" />
<svg <svg
viewBox="0 0 2 2" viewBox="0 0 2 2"
@ -24,7 +24,7 @@ export function Hero(): ReactElement {
<span className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent"> <span className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent">
Fast Fast
</span>{' '} </span>{' '}
CI Builds
</SectionHeading> </SectionHeading>
<SectionHeading <SectionHeading
as="p" as="p"

View File

@ -1,6 +1,6 @@
{ {
"name": "@nx/nx-source", "name": "@nx/nx-source",
"description": "Smart Monorepos · Fast CI", "description": "Smart Repos · Fast Builds",
"homepage": "https://nx.dev", "homepage": "https://nx.dev",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>

View File

@ -2,7 +2,7 @@
"name": "create-nx-workspace", "name": "create-nx-workspace",
"version": "0.0.1", "version": "0.0.1",
"private": false, "private": false,
"description": "Smart Monorepos · Fast CI", "description": "Smart Repos · Fast Builds",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nrwl/nx.git", "url": "https://github.com/nrwl/nx.git",

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -11,7 +11,7 @@
> Note: this plugin is currently experimental. > 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -63,7 +63,7 @@ export const parserConfiguration: Partial<yargs.ParserConfigurationOptions> = {
*/ */
export const commandsObject = yargs export const commandsObject = yargs
.parserConfiguration(parserConfiguration) .parserConfiguration(parserConfiguration)
.usage(chalk.bold('Smart Monorepos · Fast CI')) .usage(chalk.bold('Smart Repos · Fast Builds'))
.demandCommand(1, '') .demandCommand(1, '')
.command(yargsRegisterCommand) .command(yargsRegisterCommand)
.command(yargsAddCommand) .command(yargsAddCommand)

View File

@ -56,7 +56,7 @@ export function readCachedProjectGraph(
? stripIndents` ? stripIndents`
Make sure invoke 'node ./decorate-angular-cli.js' in your postinstall script. Make sure invoke 'node ./decorate-angular-cli.js' in your postinstall script.
The decorated CLI will compute the project graph. The decorated CLI will compute the project graph.
'ng --help' should say 'Smart Monorepos · Fast CI'. 'ng --help' should say 'Smart Repos · Fast Builds'.
` `
: ''; : '';

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,10 +1,10 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart Monorepos · Fast CI"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart Repos · Fast Builds"></p>
{{links}} {{links}}
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -1,7 +1,7 @@
<p style="text-align: center;"> <p style="text-align: center;">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture> </picture>
</p> </p>
@ -9,7 +9,7 @@
<hr> <hr>
# 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. Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

View File

@ -36,4 +36,4 @@ npx nx@latest init
- [Blog Posts About Nx](https://nx.dev/blog) - [Blog Posts About Nx](https://nx.dev/blog)
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg" <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p> width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>

View File

@ -6,4 +6,4 @@
- [Blog Posts About Nx](https://nx.dev/blog) - [Blog Posts About Nx](https://nx.dev/blog)
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg" <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p> width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>