chore(repo): clean up language

This commit is contained in:
vsavkin 2021-03-29 12:26:01 -04:00
parent dae0d62e22
commit 6024859990
14 changed files with 15 additions and 15 deletions

View File

@ -16,7 +16,7 @@
# What is Nx?
🔎 **Extensible Dev Tools for Monorepos.**
🔎 **Powerful, Extensible Dev Tools.**
## Nx Helps You

View File

@ -1,6 +1,6 @@
# Distributed CI Using Azure Pipelines
Nx is a set of extensible dev tools for monorepos. Monorepos provide a lot of advantages:
Nx is a set of powerful, extensible dev tools, 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 extensible dev tools for monorepos. Monorepos provide a lot of advantages:
Nx is a set of powerful, extensible dev tools, 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

@ -1,7 +1,7 @@
{
"name": "@nrwl/nx-source",
"version": "11.6.0",
"description": "Extensible Dev Tools for Monorepos",
"description": "Powerful, Extensible Dev Tools",
"homepage": "https://nx.dev",
"private": true,
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@nrwl/cli",
"version": "0.0.1",
"description": "Extensible Dev Tools for Monorepos",
"description": "Powerful, Extensible Dev Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"

View File

@ -1,7 +1,7 @@
{
"name": "create-nx-plugin",
"version": "0.0.1",
"description": "Extensible Dev Tools for Monorepos",
"description": "Powerful, Extensible Dev Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"

View File

@ -1,7 +1,7 @@
{
"name": "create-nx-workspace",
"version": "0.0.1",
"description": "Extensible Dev Tools for Monorepos",
"description": "Powerful, Extensible Dev Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"

View File

@ -1,7 +1,7 @@
{
"name": "@nrwl/devkit",
"version": "0.0.1",
"description": "Extensible Dev Tools for Monorepos",
"description": "Powerful, Extensible Dev Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"

View File

@ -1,7 +1,7 @@
{
"name": "nx",
"version": "0.0.1",
"description": "Extensible Dev Tools for Monorepos",
"description": "Powerful, Extensible Dev Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"

View File

@ -4,7 +4,7 @@ import { logger, stripIndent } from '../shared/logger';
export function help() {
logger.info(
stripIndent(`
${chalk.bold('Nx - Extensible Dev Tools for Monorepos.')}
${chalk.bold('Nx - Powerful, Extensible Dev Tools')}
${chalk.bold('Create a new project.')}
nx new ${chalk.grey(

View File

@ -1,7 +1,7 @@
{
"name": "@nrwl/workspace",
"version": "0.0.1",
"description": "Extensible Dev Tools for Monorepos",
"description": "Powerful, Extensible Dev Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"

View File

@ -25,7 +25,7 @@ const noop = (yargs: yargs.Argv): yargs.Argv => yargs;
* be executed correctly.
*/
export const commandsObject = yargs
.usage('Extensible Dev Tools for Monorepos')
.usage('Powerful, Extensible Dev Tools')
.command(
'run [project][:target][:configuration] [options, ...]',
`

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>
🔎 **Nx is a set of Extensible Dev Tools for Monorepos.**
🔎 **Powerful, Extensible Dev Tools**
## 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>
🔎 **Nx is a set of Extensible Dev Tools for Monorepos.**
🔎 **Powerful, Extensible Dev Tools**
## Adding capabilities to your workspace

View File

@ -1,6 +1,6 @@
## What is Nx?
🔎 **Extensible Dev Tools for Monorepos.**
🔎 **Powerful, Extensible Dev Tools**
## Nx Helps You