dart generic
GenericA generic dart CLI egg. This will clone a dart CLI application. it defaults to master if no branch is specified. Installs the pubspec.yaml packages on run. If you set user_upload then I assume you know what you are doing.
Startup Command
if [[ -d .git ]] && [[ {{AUTO_RESET}} == "1" ]]; then git reset --hard; fi; if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == "1" ]]; then git pull; fi; dart pub get; dart run