Skip to content

Commit

Permalink
docs(nxdev): documentation sync command (nrwl#8106)
Browse files Browse the repository at this point in the history
bcabanes authored Dec 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 46cd008 commit f35acdf
Showing 7 changed files with 34 additions and 3 deletions.
7 changes: 7 additions & 0 deletions nx-dev/nx-dev/project.json
Original file line number Diff line number Diff line change
@@ -34,6 +34,13 @@
"parallel": true
}
},
"sync-documentation": {
"executor": "@nrwl/workspace:run-commands",
"outputs": ["nx-dev/nx-dev/public/documentation"],
"options": {
"command": "npx ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/nx-dev-docs-latest-sync.ts"
}
},
"build-base": {
"executor": "@nrwl/next:build",
"outputs": ["{options.outputPath}"],
Original file line number Diff line number Diff line change
@@ -118,6 +118,14 @@ Type: `boolean`

Add router configuration. See `lazy` for more information.

### setParserOptionsProject

Default: `false`

Type: `boolean`

Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.

### simpleModuleName

Default: `false`
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @nrwl/angular:scam

Generate a component with an accompanying Single Angular Module Component (SCAM).
Generate a component with an accompanying Single Component Angular Module (SCAM).

## Usage

Original file line number Diff line number Diff line change
@@ -118,6 +118,14 @@ Type: `boolean`

Add router configuration. See `lazy` for more information.

### setParserOptionsProject

Default: `false`

Type: `boolean`

Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.

### simpleModuleName

Default: `false`
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @nrwl/angular:scam

Generate a component with an accompanying Single Angular Module Component (SCAM).
Generate a component with an accompanying Single Component Angular Module (SCAM).

## Usage

Original file line number Diff line number Diff line change
@@ -118,6 +118,14 @@ Type: `boolean`

Add router configuration. See `lazy` for more information.

### setParserOptionsProject

Default: `false`

Type: `boolean`

Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.

### simpleModuleName

Default: `false`
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @nrwl/angular:scam

Generate a component with an accompanying Single Angular Module Component (SCAM).
Generate a component with an accompanying Single Component Angular Module (SCAM).

## Usage

0 comments on commit f35acdf

Please sign in to comment.