build: add any scripts
This commit is contained in:
12
scripts/format
Executable file
12
scripts/format
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
cd "$(dirname $(dirname "$0"))" || exit
|
||||
|
||||
source $NEKO_SDK/activate
|
||||
source $HAXE_SDK/activate
|
||||
haxelib install formatter
|
||||
haxelib run formatter \
|
||||
-s ./src/common/haxe \
|
||||
-s ./src/client/haxe \
|
||||
-s ./src/server/haxe \
|
||||
-s ./src/editor/haxe
|
||||
Reference in New Issue
Block a user