@di-framework/cli 0.0.0-prerelease.308 → 0.0.0-prerelease.309
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 +5 -3
- package/dist/di-framework +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,17 +31,19 @@ bun run packages/bin/main.ts <command> [args...]
|
|
|
31
31
|
|
|
32
32
|
### Available Commands
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
- **`build`**: Builds the packages in the monorepo (`di-framework`, `di-framework-repo`, `di-framework-http`). It cleans the `dist` directories and runs `tsc`.
|
|
35
|
+
|
|
35
36
|
```bash
|
|
36
37
|
bun run packages/bin/main.ts build
|
|
37
38
|
```
|
|
38
39
|
|
|
39
|
-
|
|
40
|
+
- **`typecheck`**: Runs TypeScript type checking across the packages to ensure type safety without emitting compiled files.
|
|
41
|
+
|
|
40
42
|
```bash
|
|
41
43
|
bun run packages/bin/main.ts typecheck
|
|
42
44
|
```
|
|
43
45
|
|
|
44
|
-
|
|
46
|
+
- **`publish`**: Publishes the built packages to the npm registry.
|
|
45
47
|
```bash
|
|
46
48
|
bun run packages/bin/main.ts publish
|
|
47
49
|
```
|
package/dist/di-framework
CHANGED
|
Binary file
|