@apitree.cz/cli 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ pnpm apitree --help
|
|
|
30
30
|
|
|
31
31
|
#### `sync-project-references`
|
|
32
32
|
|
|
33
|
-
Synchronize monorepo project references in TS config files
|
|
33
|
+
Synchronize monorepo project references in TS config files.
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
36
|
pnpm apitree sync-project-references --help
|
|
@@ -39,7 +39,7 @@ pnpm apitree sync-project-references --help
|
|
|
39
39
|
##### Configuration
|
|
40
40
|
|
|
41
41
|
You can configure the command with an optional config file (`sync-project-references.config.js` by default,
|
|
42
|
-
|
|
42
|
+
use `--config` to customize).
|
|
43
43
|
|
|
44
44
|
```js
|
|
45
45
|
/** @type {import('@apitree/cli').SyncProjectReferencesConfig} */
|