Building a package manager to install widgets and jobs would help the process of building a dashboard and get people from idea to app even faster.
The idea is to that someone can create a package which includes both the widget javascript and stylesheet as a Gist or some other package form. Then we could add a Mix task for installing the widget with:
mix kitto.install.widget davejlong/4990174 # <= davejlong/4990174 being a Gist that includes the widget
Creating a job would be just as simple:
mix kitto.install.job davejlong/4990167 # <= davejlong/4990167 being a Gist that includes the job file
Building a package manager to install widgets and jobs would help the process of building a dashboard and get people from idea to app even faster.
The idea is to that someone can create a package which includes both the widget javascript and stylesheet as a Gist or some other package form. Then we could add a Mix task for installing the widget with:
Creating a job would be just as simple: