guard-spin

0.3.0last stable release 13 years ago
Complexity Score
Low
Open Issues
5
Dependent Projects
0
Weekly Downloadsglobal
353

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

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

  • Source hosted at GitHub
  • Report issues/Questions/Feature requests on GitHub Issues

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

Authors

  • Jonathan
  • Andrew Assarattanakul

Many Thanks To

  • Jesse Storimer

Dependencies

CVE IssuesActive
0
Scorecards Score
No Data
Test Coverage
No Data
Follows Semver
Yes
Github Stars
28
Dependenciestotal
4
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No

Learn how to distribute guard-spin in your own private RubyGems registry

gem install guard-spin
Processing...
Done

8 Releases

RubyGems on Cloudsmith

Getting started with RubyGems on Cloudsmith is fast and easy.