Pass arguments during Loco project initialization #438
-
Is possible to pass arguments in loco new and generate the project with essentialy one command, instead of running loco new and interacting with the promts ? |
Beta Was this translation helpful? Give feedback.
Answered by
kaplanelad
Feb 9, 2024
Replies: 1 comment 2 replies
-
yes, see the following example LOCO_APP_NAME=saas LOCO_TEMPLATE=saas loco new |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dinosath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, see the following example
LOCO_APP_NAME=saas LOCO_TEMPLATE=saas loco new