https://github.com/toymachiner62/capistrano-node-whenever
Capistrano plugin for https://github.com/toymachiner62/node-whenever
https://github.com/toymachiner62/capistrano-node-whenever
Last synced: about 2 months ago
JSON representation
Capistrano plugin for https://github.com/toymachiner62/node-whenever
- Host: GitHub
- URL: https://github.com/toymachiner62/capistrano-node-whenever
- Owner: toymachiner62
- Created: 2015-11-10T20:33:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T10:59:19.000Z (over 9 years ago)
- Last Synced: 2025-03-18T18:37:04.094Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Capistrano plugin for [node-whenever](https://github.com/toymachiner62/node-whenever)
[](https://travis-ci.org/toymachiner62/capistrano-node-whenever)
# Install
```sh
$ gem install capistrano-node-whenever
```Or with Bundler
```ruby
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](https://github.com/toymachiner62/node-whenever).
Just add this line to your Capfile:
```ruby
require 'capistrano/node_whenever'
```# Contribute
I'm happy to accept pull requests.Enjoy!