package
0.2.6
Repository: https://github.com/gardenbed/basil-cli.git
Documentation: pkg.go.dev

# Functions

NewService creates a new template service.

# Structs

Append is used for adding content to files.
Delete is used for deteling files or directories.
Edits define all the required edits for a template.
Move is used for moving (renaming) a file or directory.
Replace is used for replacing content in files.
Service.
Template has all specifications for a Basil code template.

# Type aliases

Appends is the type for a slice of Append type.
Deletes is the type for a slice of Delete type.
Moves is the type for a slice of Move type.
Params define required params for a template.
Replaces is the type for a slice of Replace type.