almost empty

This commit is contained in:
2026-01-30 22:44:32 +01:00
commit b5320bf29a
22 changed files with 1576 additions and 0 deletions

11
main.go Normal file
View File

@@ -0,0 +1,11 @@
// © 2025 Platform Engineering Labs Inc.
//
// SPDX-License-Identifier: Apache-2.0
package main
import "github.com/platform-engineering-labs/formae/pkg/plugin/sdk"
func main() {
sdk.RunWithManifest(&Plugin{}, sdk.RunConfig{})
}