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
This lib looks nearly perfect fit for running quick commands and inspecting the app.
The one thing missing is some kind of "template" option so by default it can do something like require "src/app.cr". Is that just not documented yet?
require "src/app.cr"
If it is not in cry and you'd be ok with it, I can add an option so it will look for a .cry-template or something like that. What do you think?
.cry-template
The text was updated successfully, but these errors were encountered:
Sorry. I've been swamped the last couple months. I'd be fine with that. Thanks.
Sorry, something went wrong.
@paulcsmith Did you ever add this in a fork that we could move back in?
No branches or pull requests
This lib looks nearly perfect fit for running quick commands and inspecting the app.
The one thing missing is some kind of "template" option so by default it can do something like
require "src/app.cr"
. Is that just not documented yet?If it is not in cry and you'd be ok with it, I can add an option so it will look for a
.cry-template
or something like that. What do you think?The text was updated successfully, but these errors were encountered: