devtools

package module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider(options ...Option) runaprovider.Provider

Provider registers development helper commands.

func Scaffold

func Scaffold(dir string, module string) error

Scaffold creates a minimal Runa project.

Types

type Config

type Config struct {
	EmbedRoot     string   `toml:"embed_root"`
	EmbedPatterns []string `toml:"embed_patterns"`
	EmbedPackage  string   `toml:"embed_package"`
	EmbedName     string   `toml:"embed_name"`
	EmbedOut      string   `toml:"embed_out"`
}

Config configures devtools commands.

type Option

type Option func(*Config)

Option configures devtools provider.

func Embed

func Embed(root string, out string, patterns ...string) Option

Embed configures embed generation defaults.

Jump to

Keyboard shortcuts

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