@mcoda/generators 0.1.7 → 0.1.8

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 +13 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @mcoda/generators
2
+
3
+ Internal scaffolding helpers for mcoda.
4
+
5
+ ## Install
6
+ - Requires Node.js >= 20.
7
+ - Install: `npm i @mcoda/generators`
8
+
9
+ ## Status
10
+ This package is currently a placeholder and does not expose a public API yet.
11
+
12
+ ## License
13
+ MIT - see repository `LICENSE`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcoda/generators",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "description": "Internal generators and scaffolding for mcoda.",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "access": "public"
27
27
  },
28
28
  "dependencies": {
29
- "@mcoda/shared": "0.1.7"
29
+ "@mcoda/shared": "0.1.8"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsc -p tsconfig.json",