script for making new kiss-flixel project

This commit is contained in:
2023-07-05 06:35:59 -06:00
parent 6bfcf84328
commit a8a3a4ff53
13 changed files with 7 additions and 53 deletions

6
new-project.sh Executable file
View File

@@ -0,0 +1,6 @@
#! /bin/bash
cp -r template $1
cd $1
lix scope create
lix install gh:kiss-lang/kiss-flixel