project

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package project provides PSL project management (init, config, git hooks).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(dir, name string) error

Init initializes a new PSL project in the given directory.

func InstallGitHook

func InstallGitHook(dir string) error

InstallGitHook installs a pre-commit hook that validates PSL files.

func Sign

func Sign(filePath string) (string, error)

Sign generates a SHA256 signature for a PSL file.

Types

type Config

type Config struct {
	Name        string   `json:"name"`
	Version     string   `json:"version"`
	Description string   `json:"description,omitempty"`
	Protocols   []string `json:"protocols,omitempty"`
	Output      string   `json:"output,omitempty"`
	Language    string   `json:"language,omitempty"`
}

Config represents a psl.yaml project configuration.

func LoadConfig

func LoadConfig(dir string) (*Config, error)

LoadConfig loads a psl.json config from the given directory.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL