diff --git a/README.md b/README.md index c4f0192858..25e656d833 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

@@ -16,7 +16,7 @@ # What is Nx? -🔎 **Powerful and Extensible Build Framework** +🔎 **Smart, Extensible Build Framework** ### Use Intelligent Build System with Distributed Caching & Distributed Task Execution diff --git a/docs/angular/examples/react-and-angular.md b/docs/angular/examples/react-and-angular.md index 0c5396bb0d..99e72b14bd 100644 --- a/docs/angular/examples/react-and-angular.md +++ b/docs/angular/examples/react-and-angular.md @@ -95,7 +95,7 @@ And the template of the generated component will look as follows: Nx - Powerful and Extensible Build Framework
@@ -323,7 +323,7 @@ Finally, we can update `app.component.html` to use our shared web component. Nx - Powerful and Extensible Build Framework diff --git a/docs/angular/getting-started/intro.md b/docs/angular/getting-started/intro.md index ea508f74bc..594207804d 100644 --- a/docs/angular/getting-started/intro.md +++ b/docs/angular/getting-started/intro.md @@ -1,6 +1,6 @@ # Intro to Nx -Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [Angular](/{{framework}}/angular/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. +Nx is a smart and extensible build framework that helps you develop, test, build, and scale [Angular](/{{framework}}/angular/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. ## 10-Minute Nx Overview diff --git a/docs/node/getting-started/intro.md b/docs/node/getting-started/intro.md index abc8128181..315525cdd5 100644 --- a/docs/node/getting-started/intro.md +++ b/docs/node/getting-started/intro.md @@ -1,6 +1,6 @@ # Intro to Nx -Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications. +Nx is a smart and extensible build framework that helps you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications. ## 10-Minute Nx Overview diff --git a/docs/react/getting-started/intro.md b/docs/react/getting-started/intro.md index 930b1f1d90..872bb1c4c5 100644 --- a/docs/react/getting-started/intro.md +++ b/docs/react/getting-started/intro.md @@ -1,6 +1,6 @@ # Intro to Nx -Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [React](/{{framework}}/react/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React frameworks like [Gatsby](/{{framework}}/gatsby/overview) and [Next.js](/{{framework}}/next/overview). +Nx is a smart and extensible build framework that helps you develop, test, build, and scale [React](/{{framework}}/react/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React frameworks like [Gatsby](/{{framework}}/gatsby/overview) and [Next.js](/{{framework}}/next/overview). ## 10-Minute Nx Overview diff --git a/docs/shared/monorepo-ci-azure.md b/docs/shared/monorepo-ci-azure.md index 263a0fbf61..21fede1f43 100644 --- a/docs/shared/monorepo-ci-azure.md +++ b/docs/shared/monorepo-ci-azure.md @@ -1,6 +1,6 @@ # Distributed CI Using Azure Pipelines -Nx is a set of powerful and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages: +Nx is a set of smart and extensible build framework, 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. - Easy to split code into composable modules diff --git a/docs/shared/monorepo-ci-jenkins.md b/docs/shared/monorepo-ci-jenkins.md index 4fd37259e6..11d05346d7 100644 --- a/docs/shared/monorepo-ci-jenkins.md +++ b/docs/shared/monorepo-ci-jenkins.md @@ -1,6 +1,6 @@ # Distributed CI Using Jenkins -Nx is a set of powerful and extensible build framework, and it works well with monorepos. Monorepos provide a lot of advantages: +Nx is a set of smart and extensible build framework, and it works 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. - Easy to split code into composable modules diff --git a/nx-dev/nx-dev/pages/index.tsx b/nx-dev/nx-dev/pages/index.tsx index 6f5339d4a7..36ffc3ccaa 100644 --- a/nx-dev/nx-dev/pages/index.tsx +++ b/nx-dev/nx-dev/pages/index.tsx @@ -71,7 +71,7 @@ export function Index() {

- Powerful and Extensible Build Framework + Smart, Extensible Build Framework

Build full-stack applications with modern tools and reinforce best @@ -152,7 +152,7 @@ export function Index() { Frameworks Agnostic

- Nx is a powerful and extensible build framework to help you + 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 robust CLI, caching, dependency management, and more. diff --git a/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md b/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md index e1019bce47..a88f637d7b 100644 --- a/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md +++ b/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md @@ -1,6 +1,6 @@ # Getting Started -Nx is a powerful and extensible build framework that helps you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more. +Nx is a smart and extensible build framework that helps you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more. ## 10-Minute Nx Overview diff --git a/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md b/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md index cb9c76fab8..8d0d5e6052 100644 --- a/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md +++ b/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md @@ -1,6 +1,6 @@ # Getting Started -Nx is a powerful and extensible build framework that helps you develop, test, build, and scale Node applications. +Nx is a smart and extensible build framework that helps you develop, test, build, and scale Node applications. ## Create Nx Workspace diff --git a/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md b/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md index 26fc43e7c2..aeba0ea9be 100644 --- a/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md +++ b/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md @@ -1,6 +1,6 @@ # Getting Started -Nx is a powerful and extensible build framework that helps you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc. +Nx is a smart and extensible build framework that helps you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc. ## 10-Minute Nx Overview diff --git a/package.json b/package.json index c57acd8dd3..dd02957071 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/nx-source", "version": "12.3.0", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "homepage": "https://nx.dev", "private": true, "scripts": { diff --git a/packages/angular/README.md b/packages/angular/README.md index 4d3ee15648..0e80cf6f8f 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/cli/README.md b/packages/cli/README.md index 46ff523930..2c324da31f 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/cli/package.json b/packages/cli/package.json index 63097eb06f..832626da95 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/cli", "version": "0.0.1", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" diff --git a/packages/create-nx-plugin/README.md b/packages/create-nx-plugin/README.md index 28a41a501c..cae8a714bb 100644 --- a/packages/create-nx-plugin/README.md +++ b/packages/create-nx-plugin/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/create-nx-plugin/package.json b/packages/create-nx-plugin/package.json index a88178fba8..c23851987d 100644 --- a/packages/create-nx-plugin/package.json +++ b/packages/create-nx-plugin/package.json @@ -1,7 +1,7 @@ { "name": "create-nx-plugin", "version": "0.0.1", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" diff --git a/packages/create-nx-workspace/README.md b/packages/create-nx-workspace/README.md index 9e19e04ff4..842ef97afa 100644 --- a/packages/create-nx-workspace/README.md +++ b/packages/create-nx-workspace/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/create-nx-workspace/package.json b/packages/create-nx-workspace/package.json index e9068a62ac..db64a2573a 100644 --- a/packages/create-nx-workspace/package.json +++ b/packages/create-nx-workspace/package.json @@ -1,7 +1,7 @@ { "name": "create-nx-workspace", "version": "0.0.1", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" diff --git a/packages/cypress/README.md b/packages/cypress/README.md index 6966cbdf2e..04277ee11c 100644 --- a/packages/cypress/README.md +++ b/packages/cypress/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/devkit/README.md b/packages/devkit/README.md index b456998a3d..64941f3fd3 100644 --- a/packages/devkit/README.md +++ b/packages/devkit/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 28585cb698..448362b0b5 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/devkit", "version": "0.0.1", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" diff --git a/packages/eslint-plugin-nx/README.md b/packages/eslint-plugin-nx/README.md index 4e3cc3e74f..1b6e1d6e41 100644 --- a/packages/eslint-plugin-nx/README.md +++ b/packages/eslint-plugin-nx/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/express/README.md b/packages/express/README.md index 9e98405e74..d9df5068d6 100644 --- a/packages/express/README.md +++ b/packages/express/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/gatsby/README.md b/packages/gatsby/README.md index 7ed9bb7484..637e0fe00c 100644 --- a/packages/gatsby/README.md +++ b/packages/gatsby/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/jest/README.md b/packages/jest/README.md index 87756b28c5..c56bfad766 100644 --- a/packages/jest/README.md +++ b/packages/jest/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/linter/README.md b/packages/linter/README.md index 2ca22179e5..0b3c5ae3a8 100644 --- a/packages/linter/README.md +++ b/packages/linter/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/nest/README.md b/packages/nest/README.md index 650b954b38..9e80309d83 100644 --- a/packages/nest/README.md +++ b/packages/nest/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/next/README.md b/packages/next/README.md index 2407c03741..035785f7db 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/node/README.md b/packages/node/README.md index 6b7694e8b9..0ad5822b1a 100644 --- a/packages/node/README.md +++ b/packages/node/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/nx-plugin/README.md b/packages/nx-plugin/README.md index b8a4577952..3965b22a5f 100644 --- a/packages/nx-plugin/README.md +++ b/packages/nx-plugin/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/nx/README.md b/packages/nx/README.md index ee7c100729..7be0d4d8be 100644 --- a/packages/nx/README.md +++ b/packages/nx/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/nx/package.json b/packages/nx/package.json index 2d19413ff7..dd4254a3a6 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,7 +1,7 @@ { "name": "nx", "version": "0.0.1", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" diff --git a/packages/react/README.md b/packages/react/README.md index faef5c8c68..4fe75c32e6 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/storybook/README.md b/packages/storybook/README.md index 57feca211d..2ed294b66d 100644 --- a/packages/storybook/README.md +++ b/packages/storybook/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/tao/README.md b/packages/tao/README.md index 40f3003057..4bba0c0972 100644 --- a/packages/tao/README.md +++ b/packages/tao/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/tao/src/commands/help.ts b/packages/tao/src/commands/help.ts index 52221b032b..1ca06f5f71 100644 --- a/packages/tao/src/commands/help.ts +++ b/packages/tao/src/commands/help.ts @@ -4,7 +4,7 @@ import { logger, stripIndent } from '../shared/logger'; export function help() { logger.info( stripIndent(` - ${chalk.bold('Nx - Powerful and Extensible Build Framework')} + ${chalk.bold('Nx - Smart, Extensible Build Framework')} ${chalk.bold('Create a new project.')} nx new ${chalk.grey( diff --git a/packages/web/README.md b/packages/web/README.md index 3c78914549..c38de9b7b0 100644 --- a/packages/web/README.md +++ b/packages/web/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/workspace/README.md b/packages/workspace/README.md index 22970f2716..c063ddaa65 100644 --- a/packages/workspace/README.md +++ b/packages/workspace/README.md @@ -1,4 +1,4 @@ -

Nx - Powerful and Extensible Build Framework

+

Nx - Smart, Extensible Build Framework

{{links}} diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 6bfb6ac65e..21fc6c1b2c 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/workspace", "version": "0.0.1", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" diff --git a/packages/workspace/src/command-line/nx-commands.ts b/packages/workspace/src/command-line/nx-commands.ts index 160cb59468..a8d7c56f86 100644 --- a/packages/workspace/src/command-line/nx-commands.ts +++ b/packages/workspace/src/command-line/nx-commands.ts @@ -18,7 +18,7 @@ export const commandsObject = yargs .parserConfiguration({ 'strip-dashed': true, }) - .usage('Powerful and Extensible Build Framework') + .usage('Smart, Extensible Build Framework') .command( 'run [project][:target][:configuration] [options, ...]', ` diff --git a/packages/workspace/src/generators/preset/preset.ts b/packages/workspace/src/generators/preset/preset.ts index 6824b3c899..462f9010d9 100644 --- a/packages/workspace/src/generators/preset/preset.ts +++ b/packages/workspace/src/generators/preset/preset.ts @@ -234,7 +234,7 @@ describe('AppComponent', () => { Nx - Powerful and Extensible Build Framework
Message: {{ (hello$|async)|json }}
@@ -304,7 +304,7 @@ export const App = () => { Nx - Powerful and Extensible Build Framework
{m.message}
diff --git a/packages/workspace/src/generators/workspace/files/README.md__tmpl__ b/packages/workspace/src/generators/workspace/files/README.md__tmpl__ index 9e2363d800..8449c79f88 100644 --- a/packages/workspace/src/generators/workspace/files/README.md__tmpl__ +++ b/packages/workspace/src/generators/workspace/files/README.md__tmpl__ @@ -6,7 +6,7 @@ This project was generated using [Nx](https://nx.dev).

-🔎 **Powerful and Extensible Build Framework** +🔎 **Smart, Extensible Build Framework** ## Quick Start & Documentation @@ -98,7 +98,7 @@ This project was generated using [Nx](https://nx.dev).

-🔎 **Powerful and Extensible Build Framework** +🔎 **Smart, Extensible Build Framework** ## Adding capabilities to your workspace diff --git a/scripts/readme-fragments/what-is-nx.md b/scripts/readme-fragments/what-is-nx.md index d1bdf4d426..8d5d9d155e 100644 --- a/scripts/readme-fragments/what-is-nx.md +++ b/scripts/readme-fragments/what-is-nx.md @@ -1,6 +1,6 @@ ## What is Nx? -🔎 **Powerful and Extensible Build Framework** +🔎 **Smart, Extensible Build Framework** ### Use Intelligent Build System with Distributed Caching & Distributed Task Execution