```console $ ALLOW_IN_GIT_REPO="" LOCO_APP_NAME="test_saas_template" LOCO_FOLDER_NAME=saas_template LOCO_TEMPLATE=saas loco new --db postgres --assets serverside --bg async 🚂 Loco app generated successfully in: [CWD]/test_saas_template - database: You've selected `postgres` as your DB provider (you should have a postgres instance to connect to) ``` ```console $ ALLOW_IN_GIT_REPO="true" LOCO_APP_NAME="test_rest_api_template" LOCO_FOLDER_NAME=rest_api_template LOCO_TEMPLATE=rest-api loco new --db sqlite --bg async 🚂 Loco app generated successfully in: [CWD]/test_rest_api_template ``` ```console $ ALLOW_IN_GIT_REPO="true" LOCO_APP_NAME="test_lightweight_template" LOCO_FOLDER_NAME=lightweight_template LOCO_TEMPLATE=lightweight-service loco new 🚂 Loco app generated successfully in: [CWD]/test_lightweight_template ```