@botonic/create-workspace 2.23.0 โ 2.23.1
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/CHANGELOG.md +4 -0
- package/README.md +10 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# @botonic/create-workspace
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
CLI to scaffold a new **Nx workspace** for Botonic bot development on the **current** `@botonic/*` line.
|
|
4
|
+
|
|
5
|
+
## Source and versions
|
|
6
|
+
|
|
7
|
+
| Line | npm | Source |
|
|
8
|
+
| ----------- | ----- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
9
|
+
| **Legacy** | `0.x` | [github.com/hubtype/botonic](https://github.com/hubtype/botonic) |
|
|
10
|
+
| **Current** | `2.x` | [github.com/hubtype/hubtype-product](https://github.com/hubtype/hubtype-product) ยท [`libs/botonic/create-workspace`](https://github.com/hubtype/hubtype-product/tree/main/libs/botonic/create-workspace) |
|
|
11
|
+
|
|
12
|
+
The generated workspace uses `@botonic/nx-plugin` and other `@botonic/*` packages from the **same major version** as this CLI.
|
|
4
13
|
|
|
5
14
|
## Usage
|
|
6
15
|
|