script for making new kiss-flixel project
This commit is contained in:
6
new-project.sh
Executable file
6
new-project.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
cp -r template $1
|
||||
cd $1
|
||||
lix scope create
|
||||
lix install gh:kiss-lang/kiss-flixel
|
Reference in New Issue
Block a user