-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Developers can update the js files using these command in the repo:
rake library_name:update
e.g. rake highcharts:update
To update all the JS files : rake update_all
But how user will update it (who have installed the gem from the source or using gem install) ?
Probably we can have CLI and using command daur-view update_js library_name user can update the particular js . I like the way Thor gem works. But there is some other good Command Line Interface Gems as well.