feat(misc): change the nx tag line
This commit is contained in:
parent
b8584a6f18
commit
af23cc5d7d
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
<div style="text-align: center;">
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
# What is Nx?
|
||||
|
||||
🔎 **Powerful, Extensible Dev Tools**
|
||||
🔎 **Powerful and Extensible Build Framework**
|
||||
|
||||
### Use Intelligent Build System with Distributed Caching & Distributed Task Execution
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"
|
||||
alt="Nx - Powerful and 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, Extensible Dev Tools"
|
||||
alt="Nx - Powerful and Extensible Build Framework"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Intro to Nx
|
||||
|
||||
Nx is a suite of powerful, extensible dev tools that help 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 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.
|
||||
|
||||
## 10-Minute Nx Overview
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Intro to Nx
|
||||
|
||||
Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications.
|
||||
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications.
|
||||
|
||||
## 10-Minute Nx Overview
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Intro to Nx
|
||||
|
||||
Nx is a suite of powerful, extensible dev tools that help 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 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).
|
||||
|
||||
## 10-Minute Nx Overview
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Distributed CI Using Azure Pipelines
|
||||
|
||||
Nx is a set of powerful, extensible dev tools, and it works really well with monorepos. Monorepos provide a lot of advantages:
|
||||
Nx is a set of powerful 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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Distributed CI Using Jenkins
|
||||
|
||||
Nx is a set of powerful, extensible dev tools, and it works well with monorepos. Monorepos provide a lot of advantages:
|
||||
Nx is a set of powerful 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
|
||||
|
||||
@ -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">
|
||||
Extensible Dev Tools <br /> for Monorepos.
|
||||
Powerful and 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 suite of powerful, extensible dev tools to help you
|
||||
Nx is a powerful 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.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Getting Started
|
||||
|
||||
Nx is a suite of powerful, extensible dev tools that help 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 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.
|
||||
|
||||
## 10-Minute Nx Overview
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Getting Started
|
||||
|
||||
Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Node applications.
|
||||
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale Node applications.
|
||||
|
||||
## Create Nx Workspace
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Getting Started
|
||||
|
||||
Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc.
|
||||
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.
|
||||
|
||||
## 10-Minute Nx Overview
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/nx-source",
|
||||
"version": "12.3.0",
|
||||
"description": "Powerful, Extensible Dev Tools",
|
||||
"description": "Powerful and Extensible Build Framework",
|
||||
"homepage": "https://nx.dev",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/cli",
|
||||
"version": "0.0.1",
|
||||
"description": "Powerful, Extensible Dev Tools",
|
||||
"description": "Powerful and Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-nx-plugin",
|
||||
"version": "0.0.1",
|
||||
"description": "Powerful, Extensible Dev Tools",
|
||||
"description": "Powerful and Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-nx-workspace",
|
||||
"version": "0.0.1",
|
||||
"description": "Powerful, Extensible Dev Tools",
|
||||
"description": "Powerful and Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/devkit",
|
||||
"version": "0.0.1",
|
||||
"description": "Powerful, Extensible Dev Tools",
|
||||
"description": "Powerful and Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nx",
|
||||
"version": "0.0.1",
|
||||
"description": "Powerful, Extensible Dev Tools",
|
||||
"description": "Powerful and Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ import { logger, stripIndent } from '../shared/logger';
|
||||
export function help() {
|
||||
logger.info(
|
||||
stripIndent(`
|
||||
${chalk.bold('Nx - Powerful, Extensible Dev Tools')}
|
||||
${chalk.bold('Nx - Powerful and Extensible Build Framework')}
|
||||
|
||||
${chalk.bold('Create a new project.')}
|
||||
nx new ${chalk.grey(
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -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, Extensible Dev Tools"></p>
|
||||
<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>
|
||||
|
||||
{{links}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/workspace",
|
||||
"version": "0.0.1",
|
||||
"description": "Powerful, Extensible Dev Tools",
|
||||
"description": "Powerful and Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
|
||||
@ -18,7 +18,7 @@ export const commandsObject = yargs
|
||||
.parserConfiguration({
|
||||
'strip-dashed': true,
|
||||
})
|
||||
.usage('Powerful, Extensible Dev Tools')
|
||||
.usage('Powerful and Extensible Build Framework')
|
||||
.command(
|
||||
'run [project][:target][:configuration] [options, ...]',
|
||||
`
|
||||
|
||||
@ -234,7 +234,7 @@ describe('AppComponent', () => {
|
||||
<img
|
||||
width="450"
|
||||
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
|
||||
alt="Nx - Powerful, Extensible Dev Tools"
|
||||
alt="Nx - Powerful and 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, Extensible Dev Tools"
|
||||
alt="Nx - Powerful and Extensible Build Framework"
|
||||
/>
|
||||
</div>
|
||||
<div>{m.message}</div>
|
||||
|
||||
@ -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, Extensible Dev Tools**
|
||||
🔎 **Powerful and 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, Extensible Dev Tools**
|
||||
🔎 **Powerful and Extensible Build Framework**
|
||||
|
||||
## Adding capabilities to your workspace
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
## What is Nx?
|
||||
|
||||
🔎 **Powerful, Extensible Dev Tools**
|
||||
🔎 **Powerful and Extensible Build Framework**
|
||||
|
||||
### Use Intelligent Build System with Distributed Caching & Distributed Task Execution
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user