@kb-labs/release-manager-contracts 0.6.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.
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # @kb-labs/release-manager-contracts
2
+
3
+ Contracts for KB Labs Release Manager plugin.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ pnpm add @kb-labs/release-manager-contracts
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```typescript
14
+ import { ... } from '@kb-labs/release-manager-contracts';
15
+ ```
16
+
17
+ ## API
18
+
19
+ See TypeScript types for detailed API documentation.
20
+
21
+ ## License
22
+
23
+ MIT