Skip to content

Commit d60f867

Browse files
Added doc.go file
1 parent c15d9c8 commit d60f867

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Package main contains the Codewise CLI executable entrypoint.
2+
//
3+
// Codewise provides a unified command-line interface for DevOps workflows,
4+
// including Docker, Kubernetes, Helm, deployment orchestration, environment
5+
// management, and format encoding utilities.
6+
//
7+
// This module is intended to be used as an application binary, not as a
8+
// reusable Go library.
9+
package main

0 commit comments

Comments
 (0)