@clipboard-health/nx-plugin 0.7.1 → 0.9.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @clipboard-health/nx-plugin <!-- omit from toc -->
2
2
 
3
- Clipboard Health's Nx plugin contains generators to manage libraries within an Nx workspace.
3
+ An [Nx](https://nx.dev/) plugin with generators to manage libraries and applications.
4
4
 
5
5
  ## Table of contents <!-- omit from toc -->
6
6
 
@@ -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 --projectName [PROJECT_NAME] --destination [NEW_PROJECT_NAME]
29
+ npx nx generate @nx/workspace:move --projectName [PROJECT_NAME] --newProjectName [NEW_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
- "description": "Clipboard Health's Nx plugin contains generators to manage applications within an Nx workspace.",
4
- "version": "0.7.1",
3
+ "description": "An Nx plugin with generators to manage libraries and applications.",
4
+ "version": "0.9.0",
5
5
  "bugs": "https://github.com/clipboardhealth/core-utils/issues",
6
6
  "dependencies": {
7
7
  "@nx/devkit": "20.0.1",