chrisnharvey / appimager

Tool to help with the development and packaging of AppImages.
MIT License
5 stars 3 forks source link

Do everything when running without sub-command #1

Closed chrisnharvey closed 8 years ago

chrisnharvey commented 8 years ago

When running without a sub-command, we should should read the AppImage.yml file and run setup (if required), install, build and package (possibly).

So for most users, you'll simply just run appimager to compile your app/changes, download new dependencies and test.

chrisnharvey commented 8 years ago

This is no longer necessary, so we just show the help screen when called without a sub-command.