haxeui/haxeui-core

View on GitHub
cli/Package.bat

Summary

Maintainability
Test Coverage
@echo off
cd bin
echo Creating standalone command line executable...
nekotools boot ../run.n
pause