22 lines
285 B
Markdown
22 lines
285 B
Markdown
# workspace-lint [files..]
|
|
|
|
Lint workspace or list of files
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx workspace-lint [files..]
|
|
```
|
|
|
|
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
|
|
|
|
## Options
|
|
|
|
### help
|
|
|
|
Show help
|
|
|
|
### version
|
|
|
|
Show version number
|