Capistrano plugin for node-whenever
Install
$ gem install capistrano-node-wheneverOr with Bundler
gem "capistrano-node-whenever"Getting Started
This plugin runs the necessary commands to update your crontab via your projects schedule.js file from node-whenever.
Just add this line to your Capfile:
require 'capistrano/node_whenever'Contribute
I'm happy to accept pull requests.
Enjoy!