chore(repo): refine the tag line
This commit is contained in:
parent
af23cc5d7d
commit
f82344d63a
@ -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;">
|
<div style="text-align: center;">
|
||||||
|
|
||||||
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
# What is Nx?
|
# What is Nx?
|
||||||
|
|
||||||
🔎 **Powerful and Extensible Build Framework**
|
🔎 **Smart, Extensible Build Framework**
|
||||||
|
|
||||||
### Use Intelligent Build System with Distributed Caching & Distributed Task Execution
|
### 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
|
<img
|
||||||
width="300"
|
width="300"
|
||||||
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
|
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>
|
||||||
|
|
||||||
@ -323,7 +323,7 @@ Finally, we can update `app.component.html` to use our shared web component.
|
|||||||
<img
|
<img
|
||||||
width="300"
|
width="300"
|
||||||
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
|
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>
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Intro to Nx
|
# 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
|
## 10-Minute Nx Overview
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Intro to Nx
|
# 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
|
## 10-Minute Nx Overview
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Intro to Nx
|
# 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
|
## 10-Minute Nx Overview
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Distributed CI Using Azure Pipelines
|
# 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.
|
- 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
|
- Easy to split code into composable modules
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Distributed CI Using Jenkins
|
# 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.
|
- 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
|
- 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="max-w-screen xl:max-w-screen-xl mx-auto px-5 py-5">
|
||||||
<div className="mt-40">
|
<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">
|
<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>
|
</h1>
|
||||||
<p className="max-w-screen-lg text-lg sm:text-2xl sm:leading-10 font-medium mb-10 sm:mb-11">
|
<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
|
Build full-stack applications with modern tools and reinforce best
|
||||||
@ -152,7 +152,7 @@ export function Index() {
|
|||||||
Frameworks Agnostic
|
Frameworks Agnostic
|
||||||
</h2>
|
</h2>
|
||||||
<p className="sm:text-lg mb-6">
|
<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
|
architect, test, and build at any scale — integrating seamlessly
|
||||||
with modern technologies and libraries while providing a robust
|
with modern technologies and libraries while providing a robust
|
||||||
CLI, caching, dependency management, and more.
|
CLI, caching, dependency management, and more.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Getting Started
|
# 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
|
## 10-Minute Nx Overview
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Getting Started
|
# 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
|
## Create Nx Workspace
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Getting Started
|
# 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
|
## 10-Minute Nx Overview
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nrwl/nx-source",
|
"name": "@nrwl/nx-source",
|
||||||
"version": "12.3.0",
|
"version": "12.3.0",
|
||||||
"description": "Powerful and Extensible Build Framework",
|
"description": "Smart, Extensible Build Framework",
|
||||||
"homepage": "https://nx.dev",
|
"homepage": "https://nx.dev",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"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 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}}
|
{{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 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}}
|
{{links}}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nrwl/cli",
|
"name": "@nrwl/cli",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Powerful and Extensible Build Framework",
|
"description": "Smart, Extensible Build Framework",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nrwl/nx.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 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}}
|
{{links}}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "create-nx-plugin",
|
"name": "create-nx-plugin",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Powerful and Extensible Build Framework",
|
"description": "Smart, Extensible Build Framework",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nrwl/nx.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 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}}
|
{{links}}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "create-nx-workspace",
|
"name": "create-nx-workspace",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Powerful and Extensible Build Framework",
|
"description": "Smart, Extensible Build Framework",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nrwl/nx.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 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}}
|
{{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 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}}
|
{{links}}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nrwl/devkit",
|
"name": "@nrwl/devkit",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Powerful and Extensible Build Framework",
|
"description": "Smart, Extensible Build Framework",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nrwl/nx.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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{links}}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nx",
|
"name": "nx",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Powerful and Extensible Build Framework",
|
"description": "Smart, Extensible Build Framework",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nrwl/nx.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 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}}
|
{{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 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}}
|
{{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 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}}
|
{{links}}
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import { logger, stripIndent } from '../shared/logger';
|
|||||||
export function help() {
|
export function help() {
|
||||||
logger.info(
|
logger.info(
|
||||||
stripIndent(`
|
stripIndent(`
|
||||||
${chalk.bold('Nx - Powerful and Extensible Build Framework')}
|
${chalk.bold('Nx - Smart, Extensible Build Framework')}
|
||||||
|
|
||||||
${chalk.bold('Create a new project.')}
|
${chalk.bold('Create a new project.')}
|
||||||
nx new ${chalk.grey(
|
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 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}}
|
{{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 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}}
|
{{links}}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nrwl/workspace",
|
"name": "@nrwl/workspace",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Powerful and Extensible Build Framework",
|
"description": "Smart, Extensible Build Framework",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nrwl/nx.git"
|
"url": "git+https://github.com/nrwl/nx.git"
|
||||||
|
|||||||
@ -18,7 +18,7 @@ export const commandsObject = yargs
|
|||||||
.parserConfiguration({
|
.parserConfiguration({
|
||||||
'strip-dashed': true,
|
'strip-dashed': true,
|
||||||
})
|
})
|
||||||
.usage('Powerful and Extensible Build Framework')
|
.usage('Smart, Extensible Build Framework')
|
||||||
.command(
|
.command(
|
||||||
'run [project][:target][:configuration] [options, ...]',
|
'run [project][:target][:configuration] [options, ...]',
|
||||||
`
|
`
|
||||||
|
|||||||
@ -234,7 +234,7 @@ describe('AppComponent', () => {
|
|||||||
<img
|
<img
|
||||||
width="450"
|
width="450"
|
||||||
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
|
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>
|
||||||
<div>Message: {{ (hello$|async)|json }}</div>
|
<div>Message: {{ (hello$|async)|json }}</div>
|
||||||
@ -304,7 +304,7 @@ export const App = () => {
|
|||||||
<img
|
<img
|
||||||
width="450"
|
width="450"
|
||||||
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
|
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>
|
||||||
<div>{m.message}</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>
|
<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
|
## 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>
|
<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
|
## Adding capabilities to your workspace
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
## What is Nx?
|
## What is Nx?
|
||||||
|
|
||||||
🔎 **Powerful and Extensible Build Framework**
|
🔎 **Smart, Extensible Build Framework**
|
||||||
|
|
||||||
### Use Intelligent Build System with Distributed Caching & Distributed Task Execution
|
### Use Intelligent Build System with Distributed Caching & Distributed Task Execution
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user