Skip to content

Commit

Permalink
fix(nx): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Aug 19, 2019
1 parent 64063f7 commit 11b2412
Show file tree
Hide file tree
Showing 39 changed files with 120 additions and 78 deletions.
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Print applications affected by changes
nx affected:apps
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Print the names of all the apps affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Build applications and publishable libraries affected by changes
nx affected:build
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run build in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Graph dependencies affected by changes
nx affected:dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Open the dep graph of the workspace in the browser, and highlight the projects affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Run e2e tests for the applications affected by changes
nx affected:e2e
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run tests in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Print libraries affected by changes
nx affected:libs
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Print the names of all the libs affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Lint projects affected by changes
nx affected:lint
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run lint in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Test projects affected by changes
nx affected:test
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run tests in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Run task for affected projects
nx affected
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run custom target for all affected projects:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/angular/api-workspace/npmscripts/dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Graph dependencies within workspace
nx dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Open the dep graph of the workspace in the browser:

```bash
Expand Down
3 changes: 1 addition & 2 deletions docs/angular/api-workspace/npmscripts/format-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Check for un-formatted files
nx format:check
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
3 changes: 1 addition & 2 deletions docs/angular/api-workspace/npmscripts/format-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Overwrite un-formatted files
nx format:write
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Lint workspace or list of files
nx workspace-lint [files..]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Runs a workspace schematic from the tools/schematics directory
nx workspace-schematic [name]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Print applications affected by changes
nx affected:apps
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Print the names of all the apps affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Build applications and publishable libraries affected by changes
nx affected:build
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run build in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Graph dependencies affected by changes
nx affected:dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Open the dep graph of the workspace in the browser, and highlight the projects affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Run e2e tests for the applications affected by changes
nx affected:e2e
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run tests in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Print libraries affected by changes
nx affected:libs
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Print the names of all the libs affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Lint projects affected by changes
nx affected:lint
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run lint in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Test projects affected by changes
nx affected:test
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run tests in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Run task for affected projects
nx affected
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run custom target for all affected projects:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/react/api-workspace/npmscripts/dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Graph dependencies within workspace
nx dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Open the dep graph of the workspace in the browser:

```bash
Expand Down
3 changes: 1 addition & 2 deletions docs/react/api-workspace/npmscripts/format-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Check for un-formatted files
nx format:check
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
3 changes: 1 addition & 2 deletions docs/react/api-workspace/npmscripts/format-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Overwrite un-formatted files
nx format:write
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
3 changes: 1 addition & 2 deletions docs/react/api-workspace/npmscripts/workspace-lint-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Lint workspace or list of files
nx workspace-lint [files..]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Runs a workspace schematic from the tools/schematics directory
nx workspace-schematic [name]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

## Options

Expand Down
6 changes: 4 additions & 2 deletions docs/web/api-workspace/npmscripts/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Print applications affected by changes
nx affected:apps
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Print the names of all the apps affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/web/api-workspace/npmscripts/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Build applications and publishable libraries affected by changes
nx affected:build
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run build in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/web/api-workspace/npmscripts/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Graph dependencies affected by changes
nx affected:dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Open the dep graph of the workspace in the browser, and highlight the projects affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/web/api-workspace/npmscripts/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Run e2e tests for the applications affected by changes
nx affected:e2e
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run tests in parallel:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/web/api-workspace/npmscripts/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Print libraries affected by changes
nx affected:libs
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Print the names of all the libs affected by changing the index.ts file:

```bash
Expand Down
6 changes: 4 additions & 2 deletions docs/web/api-workspace/npmscripts/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Lint projects affected by changes
nx affected:lint
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Run lint in parallel:

```bash
Expand Down
Loading

0 comments on commit 11b2412

Please sign in to comment.