Rake Tasks
Important: These docs are for the outdated Jets 5 versions and below. For the latest Jets docs: docs.rubyonjets.com
You can add custom rake tasks in the lib/tasks
folder in your project. There’s a jets generate task
command to help you get started.
$ jets generate task feeds fetch erase add
create lib/tasks/feeds.rake
$