Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

vizjerai/guard-spin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard::Spin

Guard::Spin automatically starts and stops Spin server.

Install

Please be sure to have Guard installed before continue.

Install the gem:

$ gem install guard-spin

Add it to your Gemfile (inside development group):

gem 'guard-spin'

Add guard definition to your Guardfile by running this command:

$ guard init spin

Usage

Please read Guard usage doc

Guardfile

Please read Guard doc for more information about the Guardfile DSL.

Options

Available options:

:rspec => false          # Don't use RSpec
:test_unit => false      # Don't use Test::Unit
:bundler => false        # Don't use "bundle exec"
:cli => '--time'         # Pass options to spin serve. `spin -h` for more spin options
:env => "ENVVAR=value"   # Pass ENV variables to the spin serve process
:run_all => true         # Run all tests when hitting enter in guard

Development

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.

Authors

Many Thanks To

About

Guard::Spin automatically manage Spin server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%