Skip to content

toymachiner62/capistrano-node-whenever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capistrano plugin for node-whenever

Build Status

Install

$ gem install capistrano-node-whenever

Or 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!