Skip to content

Commit 35c314c

Browse files
committed
Added official skeleton template
1 parent 58fea43 commit 35c314c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/functions.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@ download_spin_template_repository() {
287287
template_type=official
288288
TEMPLATE_REPOSITORY="serversideup/spin-template-nuxt"
289289
;;
290+
skeleton)
291+
template_type=official
292+
TEMPLATE_REPOSITORY="serversideup/spin-template-skeleton"
293+
branch="${branch:-"main"}"
294+
;;
290295
*)
291296
template_type=external
292297
TEMPLATE_REPOSITORY="$template"

0 commit comments

Comments
 (0)