We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to conditionally create a directory, based on a parameter? For example:
. ├── project.json └── template └── LICENSE ├── README.md └── {{if eq ConditionalDir "conditional"}}
With a project.json of:
{ "ConditionalDir": false }
This of course wouldn't work, being an invalid template, but is there a way? I have a Go package I often don't want to include.
The text was updated successfully, but these errors were encountered:
In addition to this question, I am also very interested in conditionally creating files ... ;-)
Sorry, something went wrong.
No branches or pull requests
Is there a way to conditionally create a directory, based on a parameter? For example:
With a project.json of:
This of course wouldn't work, being an invalid template, but is there a way? I have a Go package I often don't want to include.
The text was updated successfully, but these errors were encountered: