Skip to content

Commit

Permalink
fix(repo): adjust the language in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jul 9, 2021
1 parent 23e21d0 commit 9bbfbdd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 17 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
9 changes: 7 additions & 2 deletions nx-dev/nx-dev/pages/angular.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 8 additions & 11 deletions nx-dev/nx-dev/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,15 @@ 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"
content="Nx: Smart, Extensible Build Framework"
/>
<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"
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions nx-dev/nx-dev/pages/react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion scripts/readme-fragments/what-is-nx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9bbfbdd

Please sign in to comment.