cleanup(repo): readme refinements
This commit is contained in:
parent
cfff767b12
commit
6df137fc16
@ -19,7 +19,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>
|
||||
|
||||
🔎 **Smart, Extensible Build Framework**
|
||||
|
||||
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.
|
||||
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, an advanced CLI, editor support, GitHub integration, and more.
|
||||
|
||||
### Best-in-Class Support for Monorepos
|
||||
|
||||
|
||||
@ -251,7 +251,7 @@ export function AngularPage() {
|
||||
<p className="sm:text-lg mb-6">
|
||||
<span className="font-bold">Nx</span> partitions commands
|
||||
into a graph of smaller tasks. Nx then runs those tasks in
|
||||
parallel, and
|
||||
parallel, and{' '}
|
||||
<span className="font-bold">
|
||||
it can even distribute them across many machines without
|
||||
any configuration
|
||||
|
||||
@ -19,7 +19,7 @@ export function Index() {
|
||||
<title>Nx: Smart, Extensible Build Framework</title>
|
||||
<meta
|
||||
name="description"
|
||||
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. "
|
||||
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 frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. "
|
||||
/>
|
||||
<meta
|
||||
name="twitter:title"
|
||||
@ -27,7 +27,7 @@ export function Index() {
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
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. "
|
||||
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 frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. "
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
@ -40,7 +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 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. "
|
||||
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 frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. "
|
||||
/>
|
||||
<meta
|
||||
property="og:title"
|
||||
|
||||
@ -255,7 +255,7 @@ export function ReactPage() {
|
||||
<p className="sm:text-lg mb-6">
|
||||
<span className="font-bold">Nx</span> partitions commands
|
||||
into a graph of smaller tasks. Nx then runs those tasks in
|
||||
parallel, and
|
||||
parallel, and{' '}
|
||||
<span className="font-bold">
|
||||
it can even distribute them across many machines without
|
||||
any configuration
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
🔎 **Smart, Extensible Build Framework**
|
||||
|
||||
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.
|
||||
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, an advanced CLI, editor support, GitHub integration, and more.
|
||||
|
||||
### Best-in-Class Support for Monorepos
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user