Appworx
Scheduling tool made in Crystal Lang to run console commands.
Work In Progress:
- Dashboard interface - Done.
- Schedule jobs in the background - Done.
Screenshots
Login page
User: admin
Pass: admin

Dashboard > Jobs

Dashboard > Tasks

Dashboard > Finished

Dashboard > Finished > Details

Settings > Users

Installation
shards install
crystal build src/appworx.cr --release
./appworx
Usage
SQLite3
There are a couple of examples in the SQLite database to execute Bash, Ruby, Python and Java ( need to have those code languages installed in your system )
Contributing
- Fork it (https://github.com/xtokio/appworx/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Luis Gomez - creator and maintainer