fix(repo): adjust the language in the readme
This commit is contained in:
parent
23e21d0995
commit
9bbfbddabf
@ -19,7 +19,11 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>
|
|||||||
|
|
||||||
🔎 **Smart, Extensible Build Framework**
|
🔎 **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.
|
<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>
|
That's why Nx doesn't rebuild and retest everything on every commit--<strong>it only rebuilds what is necessary</strong>
|
||||||
|
|||||||
@ -230,9 +230,14 @@ export function AngularPage() {
|
|||||||
<div className="py-32 flex sm:flex-row flex-col items-center justify-center">
|
<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">
|
<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">
|
||||||
Distributed Graph-Based Task Executions and Computation
|
Best-in-Class Support for Monorepos
|
||||||
Caching
|
|
||||||
</h3>
|
</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">
|
<p className="sm:text-lg mb-6">
|
||||||
<span className="font-bold">Nx</span> is smart. It analyzes
|
<span className="font-bold">Nx</span> is smart. It analyzes
|
||||||
your workspace and figures out what can be affected by every
|
your workspace and figures out what can be affected by every
|
||||||
|
|||||||
@ -19,9 +19,7 @@ export function Index() {
|
|||||||
<title>Nx: Smart, Extensible Build Framework</title>
|
<title>Nx: Smart, Extensible Build Framework</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Nx is a smart and extensible build framework to help you architect, test,
|
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. "
|
||||||
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."
|
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="twitter:title"
|
name="twitter:title"
|
||||||
@ -29,9 +27,7 @@ export function Index() {
|
|||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
content="Nx is a smart and extensible build framework to help you architect, test,
|
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. "
|
||||||
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."
|
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="twitter:image"
|
name="twitter:image"
|
||||||
@ -44,9 +40,7 @@ export function Index() {
|
|||||||
<meta property="og:url" content="https://nx.dev" />
|
<meta property="og:url" content="https://nx.dev" />
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="Nx is a smart and extensible build framework to help you architect, test,
|
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. "
|
||||||
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."
|
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
@ -260,9 +254,12 @@ export function Index() {
|
|||||||
</div>
|
</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">
|
<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">
|
<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
|
Best-in-Class Support for Monorepos
|
||||||
Caching
|
|
||||||
</h2>
|
</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">
|
<p className="sm:text-lg mb-6">
|
||||||
<span className="font-bold">Nx</span> is smart. It analyzes
|
<span className="font-bold">Nx</span> is smart. It analyzes
|
||||||
your workspace and figures out what can be affected by every
|
your workspace and figures out what can be affected by every
|
||||||
|
|||||||
@ -236,9 +236,12 @@ export function ReactPage() {
|
|||||||
<div className="py-32 flex sm:flex-row flex-col items-center justify-center">
|
<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">
|
<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">
|
||||||
Distributed Graph-Based Task Executions and Computation
|
Best-in-Class Support for Monorepos
|
||||||
Caching
|
|
||||||
</h3>
|
</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">
|
<p className="sm:text-lg mb-6">
|
||||||
<span className="font-bold">Nx</span> is smart. It analyzes
|
<span className="font-bold">Nx</span> is smart. It analyzes
|
||||||
your workspace and figures out what can be affected by every
|
your workspace and figures out what can be affected by every
|
||||||
|
|||||||
@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
🔎 **Smart, Extensible Build Framework**
|
🔎 **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.
|
<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>
|
That's why Nx doesn't rebuild and retest everything on every commit--<strong>it only rebuilds what is necessary</strong>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user