Refactor android-builder into command scripts
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/data/data/com.termux/files/usr/bin/bash
|
||||
set -e
|
||||
|
||||
echo "AndroidBuilder"
|
||||
echo
|
||||
echo "Usage:"
|
||||
echo " android-builder setup"
|
||||
echo " android-builder doctor"
|
||||
echo " android-builder new MyApp"
|
||||
echo " android-builder new MyApp --template empty"
|
||||
echo " android-builder build"
|
||||
echo " android-builder export"
|
||||
Reference in New Issue
Block a user