chore(repo): refine the tag line

This commit is contained in:
vsavkin 2021-05-18 20:55:40 -04:00
parent af23cc5d7d
commit f82344d63a
44 changed files with 49 additions and 49 deletions

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
<div style="text-align: center;">
@ -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

View File

@ -95,7 +95,7 @@ And the template of the generated component will look as follows:
<img
width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful and Extensible Build Framework"
alt="Nx - Smart, Extensible Build Framework"
/>
</div>
@ -323,7 +323,7 @@ Finally, we can update `app.component.html` to use our shared web component.
<img
width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful and Extensible Build Framework"
alt="Nx - Smart, Extensible Build Framework"
/>
</div>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -71,7 +71,7 @@ export function Index() {
<div className="max-w-screen xl:max-w-screen-xl mx-auto px-5 py-5">
<div className="mt-40">
<h1 className="text-4xl sm:text-6xl lg:text-7xl leading none font-extrabold tracking-tight text-gray-900 mt-10 mb-8 sm:mt-14 sm:mb-10">
Powerful and Extensible Build Framework
Smart, Extensible Build Framework
</h1>
<p className="max-w-screen-lg text-lg sm:text-2xl sm:leading-10 font-medium mb-10 sm:mb-11">
Build full-stack applications with modern tools and reinforce best
@ -152,7 +152,7 @@ export function Index() {
Frameworks Agnostic
</h2>
<p className="sm:text-lg mb-6">
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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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": {

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -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"

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -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"

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -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"

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -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"

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-gatsby.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-gatsby.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-next.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-next.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -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"

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -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(

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
{{links}}

View File

@ -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"

View File

@ -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, ...]',
`

View File

@ -234,7 +234,7 @@ describe('AppComponent', () => {
<img
width="450"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful and Extensible Build Framework"
alt="Nx - Smart, Extensible Build Framework"
/>
</div>
<div>Message: {{ (hello$|async)|json }}</div>
@ -304,7 +304,7 @@ export const App = () => {
<img
width="450"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful and Extensible Build Framework"
alt="Nx - Smart, Extensible Build Framework"
/>
</div>
<div>{m.message}</div>

View File

@ -6,7 +6,7 @@ This project was generated using [Nx](https://nx.dev).
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p>
🔎 **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).
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p>
🔎 **Powerful and Extensible Build Framework**
🔎 **Smart, Extensible Build Framework**
## Adding capabilities to your workspace

View File

@ -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