Skip to content

A general-purpose project scaffolding tool inspired by cookiecutter

License

Notifications You must be signed in to change notification settings

TBD54566975/scaffolder

Repository files navigation

A general-purpose project scaffolding library and tool inspired by cookiecutter

stability-experimental Go Reference CI

Scaffolder evaluates the scaffolding files at the given destination against ctx using the following rules:

  • Templates are evaluated using the Go template engine.
  • Both path names and file contents are evaluated.
  • If a file name ends with .tmpl, the .tmpl suffix is removed.
  • If a file or directory name evalutes to the empty string it will be excluded.
  • If a file named template.js exists in the root of the template directory, all functions defined in this file will be available as Go template functions.
  • Directory and file names in templates can be expanded multiple times using the push function. This function takes two arguments, the file/directory name and the context to use when evaluating templates within the file/directory.

Examples

Multiple directories

template/
  {{ range .Modules }}{{ push .Name  . }}{{ end }}/
    file.txt

About

A general-purpose project scaffolding tool inspired by cookiecutter

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published