# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrFileNotFound is returned when provider is unable to locate file.
ErrPermissionDenied is returned when provider doesn't have permissions to open file.
# Structs
EmbedFSProvider is an wrapper for embed.FS that provides implementation of provider interface accepted by projector.Generator.
File is actually mapping between template file and output file.
Manifest contains all metadata related to project template and actual steps of project generation.
RealFSProvider is an wrapper for file system that provides implementation of provider interface accepted by projector.Generator.
Step contains template files to output mapping and/or shell script to execute.
# Type aliases
No description provided by the author