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
I think it would be useful if the CLI supported some way to generate Lua scripts into a separate directory. For instance,
tl --outdir=build/ gen game/main.tl
...would generate
build/game/main.lua
That way, I would not have to pollute my source tree with .lua files. I could simply add the build directory to .gitignore.
build
.gitignore
The text was updated successfully, but these errors were encountered:
+1 to this feature!
Sorry, something went wrong.
@hishamhm i believe #177 closes this
Yep!
No branches or pull requests
I think it would be useful if the CLI supported some way to generate Lua scripts into a separate directory. For instance,
...would generate
That way, I would not have to pollute my source tree with .lua files. I could simply add the
build
directory to.gitignore
.The text was updated successfully, but these errors were encountered: