-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nx): refactor nx list to also show plugins with builders and uni…
…nstalled approved plugins
- Loading branch information
1 parent
58dba00
commit 607bcfd
Showing
20 changed files
with
525 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# list [plugin] | ||
|
||
Lists installed plugins, capabilities of installed plugins and other available plugins. | ||
|
||
## Usage | ||
|
||
```bash | ||
nx list [plugin] | ||
``` | ||
|
||
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`. | ||
|
||
### Examples | ||
|
||
List the plugins installed in the current workspace: | ||
|
||
```bash | ||
nx list | ||
``` | ||
|
||
List the schematics and builders available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace): | ||
|
||
```bash | ||
nx list @nrwl/web | ||
``` | ||
|
||
## Options | ||
|
||
### help | ||
|
||
Show help | ||
|
||
### plugin | ||
|
||
Default: `null` | ||
|
||
The name of an installed plugin to query | ||
|
||
### version | ||
|
||
Show version number |
35 changes: 0 additions & 35 deletions
35
docs/angular/api-workspace/npmscripts/list-schematic-collection.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# list [plugin] | ||
|
||
Lists installed plugins, capabilities of installed plugins and other available plugins. | ||
|
||
## Usage | ||
|
||
```bash | ||
nx list [plugin] | ||
``` | ||
|
||
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`. | ||
|
||
### Examples | ||
|
||
List the plugins installed in the current workspace: | ||
|
||
```bash | ||
nx list | ||
``` | ||
|
||
List the schematics and builders available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace): | ||
|
||
```bash | ||
nx list @nrwl/web | ||
``` | ||
|
||
## Options | ||
|
||
### help | ||
|
||
Show help | ||
|
||
### plugin | ||
|
||
Default: `null` | ||
|
||
The name of an installed plugin to query | ||
|
||
### version | ||
|
||
Show version number |
35 changes: 0 additions & 35 deletions
35
docs/react/api-workspace/npmscripts/list-schematic-collection.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# list [plugin] | ||
|
||
Lists installed plugins, capabilities of installed plugins and other available plugins. | ||
|
||
## Usage | ||
|
||
```bash | ||
nx list [plugin] | ||
``` | ||
|
||
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`. | ||
|
||
### Examples | ||
|
||
List the plugins installed in the current workspace: | ||
|
||
```bash | ||
nx list | ||
``` | ||
|
||
List the schematics and builders available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace): | ||
|
||
```bash | ||
nx list @nrwl/web | ||
``` | ||
|
||
## Options | ||
|
||
### help | ||
|
||
Show help | ||
|
||
### plugin | ||
|
||
Default: `null` | ||
|
||
The name of an installed plugin to query | ||
|
||
### version | ||
|
||
Show version number |
35 changes: 0 additions & 35 deletions
35
docs/web/api-workspace/npmscripts/list-schematic-collection.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.