@clipboard-health/nx-plugin 0.23.1 → 0.25.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ Libraries version and publish separately. We use [Nx Local Generators](https://n
19
19
 
20
20
  ```bash
21
21
  # Optionally, include the --publishPublicly flag.
22
- npx nx generate @clipboard-health/nx-plugin:node-lib [PROJECT_NAME]
22
+ npx nx generate @clipboard-health/nx-plugin:node-lib [PROJECT_NAME] [OPTIONS]
23
23
 
24
24
  # Change your mind? Remove it just as easily...
25
25
  npx nx generate @nx/workspace:remove --projectName [PROJECT_NAME]
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.23.1",
4
+ "version": "0.25.0",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "dependencies": {
7
7
  "tslib": "2.8.1"