fix(repo): adjust the language in the readme

This commit is contained in:
vsavkin 2021-07-08 20:30:54 -04:00 committed by Victor Savkin
parent 23e21d0995
commit 9bbfbddabf
5 changed files with 30 additions and 17 deletions

View File

@ -19,7 +19,11 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>
🔎 **Smart, Extensible Build Framework**
### Distributed Graph-Based Task Execution and Computation Caching
Nx is a smart and extensible build framework for monorepos 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, an advanced CLI, editor support, GitHub integration, and more.
### Best-in-Class Support for Monorepos
<strong>Nx</strong> provides distributed graph-based task execution and computation caching.
<strong>Nx</strong> is smart. It analyzes your workspace and figures out what can be affected by every code change.
That's why Nx doesn't rebuild and retest everything on every commit--<strong>it only rebuilds what is necessary</strong>

View File

@ -230,9 +230,14 @@ export function AngularPage() {
<div className="py-32 flex sm:flex-row flex-col items-center 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">
<h3 className="text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight mb-4">
Distributed Graph-Based Task Executions and Computation
Caching
Best-in-Class Support for Monorepos
</h3>
<p className="sm:text-lg mb-6">
<span className="font-bold">Nx</span> provides distributed
graph-based task execution and computation caching.
</p>
<p className="sm:text-lg mb-6">
<span className="font-bold">Nx</span> is smart. It analyzes
your workspace and figures out what can be affected by every

View File

@ -19,9 +19,7 @@ export function Index() {
<title>Nx: Smart, Extensible Build Framework</title>
<meta
name="description"
content="Nx is a smart and extensible build framework to help you architect, test,
and build at any scale integrating seamlessly with modern technologies and libraries while providing a
distributed graph-based task execution, a robust CLI, computation caching, dependency management, and more."
content="Nx is a smart and extensible build framework for monorepos 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, an advanced CLI, editor support, GitHub integration, and more. "
/>
<meta
name="twitter:title"
@ -29,9 +27,7 @@ export function Index() {
/>
<meta
name="twitter:description"
content="Nx is a smart and extensible build framework to help you architect, test,
and build at any scale integrating seamlessly with modern technologies and libraries while providing a
distributed graph-based task execution, a robust CLI, computation caching, dependency management, and more."
content="Nx is a smart and extensible build framework for monorepos 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, an advanced CLI, editor support, GitHub integration, and more. "
/>
<meta
name="twitter:image"
@ -44,9 +40,7 @@ export function Index() {
<meta property="og:url" content="https://nx.dev" />
<meta
property="og:description"
content="Nx is a smart and extensible build framework to help you architect, test,
and build at any scale integrating seamlessly with modern technologies and libraries while providing a
distributed graph-based task execution, a robust CLI, computation caching, dependency management, and more."
content="Nx is a smart and extensible build framework for monorepos 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, an advanced CLI, editor support, GitHub integration, and more. "
/>
<meta
property="og:title"
@ -260,9 +254,12 @@ export function Index() {
</div>
<div className="w-full sm:w-1/2 flex flex-col justify-center sm:pl-16 sm:pb-0 pb-10 mt-8 sm:mt-0">
<h2 className="text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight mb-4">
Distributed Graph-Based Task Execution and Computation
Caching
Best-in-Class Support for Monorepos
</h2>
<p className="sm:text-lg mb-6">
<span className="font-bold">Nx</span> provides distributed
graph-based task execution and computation caching.
</p>
<p className="sm:text-lg mb-6">
<span className="font-bold">Nx</span> is smart. It analyzes
your workspace and figures out what can be affected by every

View File

@ -236,9 +236,12 @@ export function ReactPage() {
<div className="py-32 flex sm:flex-row flex-col items-center 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">
<h3 className="text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight mb-4">
Distributed Graph-Based Task Executions and Computation
Caching
Best-in-Class Support for Monorepos
</h3>
<p className="sm:text-lg mb-6">
<span className="font-bold">Nx</span> provides distributed
graph-based task execution and computation caching.
</p>
<p className="sm:text-lg mb-6">
<span className="font-bold">Nx</span> is smart. It analyzes
your workspace and figures out what can be affected by every

View File

@ -2,7 +2,11 @@
🔎 **Smart, Extensible Build Framework**
### Distributed Graph-Based Task Execution and Computation Caching
Nx is a smart and extensible build framework for monorepos 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, an advanced CLI, editor support, GitHub integration, and more.
### Best-in-Class Support for Monorepos
<strong>Nx</strong> provides distributed graph-based task execution and computation caching.
<strong>Nx</strong> is smart. It analyzes your workspace and figures out what can be affected by every code change.
That's why Nx doesn't rebuild and retest everything on every commit--<strong>it only rebuilds what is necessary</strong>