No commit activity in last 3 years
No release in over 3 years
This gem implements the thor command for Spring. So this gem helps to make the Thor console commands run faster.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0

Runtime

>= 0.9.1
 Project Readme

spring-commands-thor

This gem implements the thor command for Spring. So this gem helps to make the Thor console commands run faster.

Usage

  • Just add it to your Gemfile:
gem 'spring-commands-thor', group: :development
  • Run bundle install

  • That's it. Now you can prepend spring to your thor commands like below.

spring thor my_rails_app:my_command

If you're using spring binstubs, run bin/spring binstub thor to generate bin/thor. Then run spring stop to pick up the changes.