@clipboard-health/nx-plugin 0.13.1 → 0.13.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ npx nx generate @nx/workspace:remove --projectName [PROJECT_NAME]
|
|
|
26
26
|
|
|
27
27
|
# ...or rename it. Note: after running this command, perform a find/replace for remaining references
|
|
28
28
|
# to the old name.
|
|
29
|
-
npx nx generate @nx/workspace:move --
|
|
29
|
+
npx nx generate @nx/workspace:move --project [PROJECT_NAME] --destination [DESTINATION_FOLDER]
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
To porting an existing library, follow the above to generate a new package and copy the code from the existing library into it.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clipboard-health/nx-plugin",
|
|
3
3
|
"description": "An Nx plugin with generators to manage libraries and applications.",
|
|
4
|
-
"version": "0.13.
|
|
4
|
+
"version": "0.13.3",
|
|
5
5
|
"bugs": "https://github.com/clipboardhealth/core-utils/issues",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/devkit": "20.0.1",
|