chore(repo): clean up the language to match the new tag line

This commit is contained in:
Victor Savkin 2021-12-17 15:42:42 -05:00 committed by Victor Savkin
parent 5026038c3c
commit 88751a3685
64 changed files with 80 additions and 84 deletions

View File

@ -1,5 +1,5 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png"
width="100%" alt="Nx - Smart, Extensible Build Framework"></p> width="100%" alt="Nx - Smart, Fast and Extensible Build System"></p>
<div style="text-align: center;"> <div style="text-align: center;">
@ -17,9 +17,9 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>
# What is Nx? # What is Nx?
🔎 **Smart, Extensible Build Framework** 🔎 **Smart, Fast and Extensible Build System**
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more. Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
### Best-in-Class Support for Monorepos ### Best-in-Class Support for Monorepos
@ -67,7 +67,7 @@ written in React, Node or Angular.
### Videos, Blogs, Books, Examples ### Videos, Blogs, Books, Examples
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank"><img src="./images/nx-courses-and-videos.svg" <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank"><img src="./images/nx-courses-and-videos.svg"
width="100%" alt="Nx - Smart, Extensible Build Framework"></a></p> width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
- [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io) - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
- [Scale React Development with Nx (Free Egghead course)](https://egghead.io/playlists/scale-react-development-with-nx-4038) - [Scale React Development with Nx (Free Egghead course)](https://egghead.io/playlists/scale-react-development-with-nx-4038)

View File

@ -95,7 +95,7 @@ And the template of the generated component will look as follows:
<img <img
width="300" width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Smart, Extensible Build Framework" alt="Nx - Smart, Fast and Extensible Build System"
/> />
</div> </div>
@ -323,7 +323,7 @@ Finally, we can update `app.component.html` to use our shared web component.
<img <img
width="300" width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Smart, Extensible Build Framework" alt="Nx - Smart, Fast and Extensible Build System"
/> />
</div> </div>

View File

@ -1,6 +1,6 @@
# Intro to Nx # Intro to Nx
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more. Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
Nx helps you develop [Angular](/{{framework}}/angular/overview) applications with fully integrated support for Nx helps you develop [Angular](/{{framework}}/angular/overview) applications with fully integrated support for
modern tools and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), modern tools and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),

View File

@ -1,6 +1,6 @@
# Intro to Nx # Intro to Nx
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more. Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
## 10-Minute Nx Overview ## 10-Minute Nx Overview

View File

@ -1,8 +1,6 @@
# Intro to Nx # Intro to Nx
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating Nx is a smart, fast and extensible build system with first class monorepo support and powerful integrations.
seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation
caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more
Nx helps you develop [React](/{{framework}}/react/overview) applications with fully integrated support for modern tools Nx helps you develop [React](/{{framework}}/react/overview) applications with fully integrated support for modern tools
and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),

View File

@ -1,6 +1,6 @@
# Configuring CI Using Azure Pipelines and Nx # Configuring CI Using Azure Pipelines and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using CircleCI and Nx # Configuring CI Using CircleCI and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using GitHub Actions and Nx # Configuring CI Using GitHub Actions and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using GitLab and Nx # Configuring CI Using GitLab and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using Jenkins and Nx # Configuring CI Using Jenkins and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -52,7 +52,7 @@ export function DocViewer({
: 'https://nx.dev/images/nx-media.jpg', : 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 400, height: 400,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -44,7 +44,7 @@ export function FlavorSelectionDialog(props: FlavorSelectionDialogProps) {
Before You Continue... Before You Continue...
</Dialog.Title> </Dialog.Title>
<Dialog.Description className="m-5"> <Dialog.Description className="m-5">
Nx is a smart and extensible build framework that has first-class Nx is a smart, fast and extensible build system that has first-class
support for many frontend and backend technologies. support for many frontend and backend technologies.
</Dialog.Description> </Dialog.Description>
<Dialog.Description className="m-5"> <Dialog.Description className="m-5">

View File

@ -18,11 +18,11 @@ export default function CustomApp({ Component, pageProps }: AppProps) {
return ( return (
<> <>
<DefaultSeo <DefaultSeo
title="Nx: Smart, Extensible Build Framework" title="Nx: Smart, Fast and Extensible Build System"
description="Next generation build system with first class monorepo support and powerful integrations." description="Next generation build system with first class monorepo support and powerful integrations."
openGraph={{ openGraph={{
url: 'https://nx.dev' + router.asPath, url: 'https://nx.dev' + router.asPath,
title: 'Nx: Smart, Extensible Build Framework', title: 'Nx: Smart, Fast and Extensible Build System',
description: description:
'Next generation build system with first class monorepo support and powerful integrations.', 'Next generation build system with first class monorepo support and powerful integrations.',
images: [ images: [
@ -30,7 +30,7 @@ export default function CustomApp({ Component, pageProps }: AppProps) {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 400, height: 400,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -27,7 +27,7 @@ export function AngularPage() {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 400, height: 400,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],
@ -64,7 +64,7 @@ export function AngularPage() {
Nx and Modern Angular Nx and Modern Angular
</h2> </h2>
<p className="sm:text-lg mb-16"> <p className="sm:text-lg mb-16">
Nx is a smart and extensible build framework that helps you Nx is a smart, fast and extensible build system that helps you
develop, test, build, and scale Angular applications with develop, test, build, and scale Angular applications with
fully integrated support for modern tools like Jest, Cypress, fully integrated support for modern tools like Jest, Cypress,
Storybook, ESLint, NgRx, and more. Storybook, ESLint, NgRx, and more.

View File

@ -47,7 +47,7 @@ export function Community(props: CommunityProps) {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 400, height: 400,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -29,7 +29,7 @@ export function ConfPage() {
url: 'https://nx.dev/images/nx-conf-media.jpg', url: 'https://nx.dev/images/nx-conf-media.jpg',
width: 1000, width: 1000,
height: 500, height: 500,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -35,15 +35,15 @@ export function Index() {
description="Next generation build system with first class monorepo support and powerful integrations." description="Next generation build system with first class monorepo support and powerful integrations."
openGraph={{ openGraph={{
url: 'https://nx.dev', url: 'https://nx.dev',
title: 'Nx: Smart, Extensible Build Framework', title: 'Nx: Smart, Fast and Extensible Build System',
description: description:
'Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, full monorepo support and more.', 'Nx is a smart, fast and extensible build system which comes with first class monorepo support and powerful integrations.',
images: [ images: [
{ {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 400, height: 400,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],

View File

@ -71,7 +71,7 @@ export function Node() {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 400, height: 400,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],
@ -146,8 +146,8 @@ export function Node() {
<div className="my-32 flex sm:flex-row flex-col justify-center"> <div className="my-32 flex sm:flex-row flex-col justify-center">
<div className="w-full sm:w-1/2 flex flex-col justify-between items-start sm:pb-0 pb-10 mt-8 sm:mt-0"> <div className="w-full sm:w-1/2 flex flex-col justify-between items-start sm:pb-0 pb-10 mt-8 sm:mt-0">
<h3 className="text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight mb-4"> <h3 className="text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight mb-4">
Nx is a smart and extensible build framework that helps you Nx is a smart, fast and extensible build system that helps
develop, test, build, and scale Node applications. you develop, test, build, and scale Node applications.
</h3> </h3>
<p className="sm:text-lg mb-6"> <p className="sm:text-lg mb-6">
Nx is a set of tools that provides a standardized and Nx is a set of tools that provides a standardized and

View File

@ -27,7 +27,7 @@ export function ReactPage() {
url: 'https://nx.dev/images/nx-media.jpg', url: 'https://nx.dev/images/nx-media.jpg',
width: 800, width: 800,
height: 400, height: 400,
alt: 'Nx: Smart, Extensible Build Framework', alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg', type: 'image/jpeg',
}, },
], ],
@ -64,7 +64,7 @@ export function ReactPage() {
Nx and React Nx and React
</h2> </h2>
<p className="sm:text-lg mb-16"> <p className="sm:text-lg mb-16">
Nx is a smart and extensible build framework to help you Nx is a smart, fast and extensible build system to help you
develop, test, build, and scale with React and React develop, test, build, and scale with React and React
frameworks like <b>Next.js</b>, <b>React Native</b>, and{' '} frameworks like <b>Next.js</b>, <b>React Native</b>, and{' '}
<b>Gatsby</b>. <b>Gatsby</b>.

View File

@ -95,7 +95,7 @@ And the template of the generated component will look as follows:
<img <img
width="300" width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Smart, Extensible Build Framework" alt="Nx - Smart, Fast and Extensible Build System"
/> />
</div> </div>
@ -323,7 +323,7 @@ Finally, we can update `app.component.html` to use our shared web component.
<img <img
width="300" width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Smart, Extensible Build Framework" alt="Nx - Smart, Fast and Extensible Build System"
/> />
</div> </div>

View File

@ -1,6 +1,6 @@
# Intro to Nx # Intro to Nx
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more. Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
Nx helps you develop [Angular](/{{framework}}/angular/overview) applications with fully integrated support for Nx helps you develop [Angular](/{{framework}}/angular/overview) applications with fully integrated support for
modern tools and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), modern tools and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),

View File

@ -1,6 +1,6 @@
# Intro to Nx # Intro to Nx
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more. Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
## 10-Minute Nx Overview ## 10-Minute Nx Overview

View File

@ -1,8 +1,6 @@
# Intro to Nx # Intro to Nx
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating Nx is a smart, fast and extensible build system with first class monorepo support and powerful integrations.
seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation
caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more
Nx helps you develop [React](/{{framework}}/react/overview) applications with fully integrated support for modern tools Nx helps you develop [React](/{{framework}}/react/overview) applications with fully integrated support for modern tools
and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),

View File

@ -1,6 +1,6 @@
# Configuring CI Using Azure Pipelines and Nx # Configuring CI Using Azure Pipelines and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using CircleCI and Nx # Configuring CI Using CircleCI and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using GitHub Actions and Nx # Configuring CI Using GitHub Actions and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using GitLab and Nx # Configuring CI Using GitLab and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -1,6 +1,6 @@
# Configuring CI Using Jenkins and Nx # Configuring CI Using Jenkins and Nx
Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization. - Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules - Easy to split code into composable modules

View File

@ -132,7 +132,7 @@ export function Footer({ useDarkBackground }: FooterProps) {
<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-base">Smart, Extensible Build Framework</p> <p className="text-base">Smart, Fast and Extensible Build System</p>
<div className="flex space-x-6"> <div className="flex space-x-6">
{navigation.social.map((item) => ( {navigation.social.map((item) => (
<Link key={item.name} href={item.href}> <Link key={item.name} href={item.href}>

View File

@ -1,7 +1,7 @@
{ {
"name": "@nrwl/nx-source", "name": "@nrwl/nx-source",
"version": "13.3.0", "version": "13.3.0",
"description": "Smart, Extensible Build Framework", "description": "Smart, Fast and Extensible Build System",
"homepage": "https://nx.dev", "homepage": "https://nx.dev",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,7 +1,7 @@
{ {
"name": "@nrwl/cli", "name": "@nrwl/cli",
"version": "0.0.1", "version": "0.0.1",
"description": "Smart, Extensible Build Framework", "description": "Smart, Fast and Extensible Build System",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nrwl/nx.git", "url": "https://github.com/nrwl/nx.git",

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,7 +1,7 @@
{ {
"name": "create-nx-plugin", "name": "create-nx-plugin",
"version": "0.0.1", "version": "0.0.1",
"description": "Smart, Extensible Build Framework", "description": "Smart, Fast and Extensible Build System",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nrwl/nx.git", "url": "https://github.com/nrwl/nx.git",

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,7 +1,7 @@
{ {
"name": "create-nx-workspace", "name": "create-nx-workspace",
"version": "0.0.1", "version": "0.0.1",
"description": "Smart, Extensible Build Framework", "description": "Smart, Fast and Extensible Build System",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nrwl/nx.git", "url": "https://github.com/nrwl/nx.git",

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,7 +1,7 @@
{ {
"name": "@nrwl/devkit", "name": "@nrwl/devkit",
"version": "0.0.1", "version": "0.0.1",
"description": "Smart, Extensible Build Framework", "description": "Smart, Fast and Extensible Build System",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nrwl/nx.git", "url": "https://github.com/nrwl/nx.git",

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-gatsby.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-gatsby.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-next.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-next.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,7 +1,7 @@
{ {
"name": "nx", "name": "nx",
"version": "0.0.1", "version": "0.0.1",
"description": "Smart, Extensible Build Framework", "description": "Smart, Fast and Extensible Build System",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nrwl/nx.git", "url": "https://github.com/nrwl/nx.git",

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -4,7 +4,7 @@ import { logger, stripIndent } from '../shared/logger';
export function help() { export function help() {
logger.info( logger.info(
stripIndent(` stripIndent(`
${chalk.bold('Nx - Smart, Extensible Build Framework')} ${chalk.bold('Nx - Smart, Fast and Extensible Build System')}
${chalk.bold('Create a new project.')} ${chalk.bold('Create a new project.')}
nx new ${chalk.grey( nx new ${chalk.grey(

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
{{links}} {{links}}

View File

@ -1,7 +1,7 @@
{ {
"name": "@nrwl/workspace", "name": "@nrwl/workspace",
"version": "0.0.1", "version": "0.0.1",
"description": "Smart, Extensible Build Framework", "description": "Smart, Fast and Extensible Build System",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nrwl/nx.git", "url": "https://github.com/nrwl/nx.git",

View File

@ -33,7 +33,7 @@ export const commandsObject = yargs
}) })
.usage( .usage(
` `
${chalk.bold('Smart, Extensible Build Framework')}` + ${chalk.bold('Smart, Fast and Extensible Build System')}` +
(daemonHelpOutput (daemonHelpOutput
? ` ? `

View File

@ -17,7 +17,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, Extensible Build Framework'. 'ng --help' should say 'Smart, Fast and Extensible Build System'.
` `
: ''; : '';
if (!projectGraphCache) { if (!projectGraphCache) {

View File

@ -257,7 +257,7 @@ describe('AppComponent', () => {
<img <img
width="450" width="450"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Smart, Extensible Build Framework" alt="Nx - Smart, Fast and Extensible Build System"
/> />
</div> </div>
<div>Message: {{ (hello$|async)|json }}</div> <div>Message: {{ (hello$|async)|json }}</div>
@ -327,7 +327,7 @@ export const App = () => {
<img <img
width="450" width="450"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Smart, Extensible Build Framework" alt="Nx - Smart, Fast and Extensible Build System"
/> />
</div> </div>
<div>{m.message}</div> <div>{m.message}</div>

View File

@ -6,7 +6,7 @@ This project was generated using [Nx](https://nx.dev).
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p>
🔎 **Smart, Extensible Build Framework** 🔎 **Smart, Fast and Extensible Build System**
## Quick Start & Documentation ## Quick Start & Documentation
@ -98,7 +98,7 @@ This project was generated using [Nx](https://nx.dev).
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p> <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p>
🔎 **Smart, Extensible Build Framework** 🔎 **Smart, Fast and Extensible Build System**
## Adding capabilities to your workspace ## Adding capabilities to your workspace

View File

@ -1,8 +1,8 @@
## What is Nx? ## What is Nx?
🔎 **Smart, Extensible Build Framework** 🔎 **Smart, Fast and Extensible Build System**
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more. Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
### Best-in-Class Support for Monorepos ### Best-in-Class Support for Monorepos