Code Monkey home page Code Monkey logo

guard-flog's Introduction

Guard::Flog Dependency Status Code Climate

Flog guard flogs every file on change.

  • Compatible with Bundler 1.0.x

Install

Please be sure to have Guard installed before continue.

Add it to your Gemfile (inside development group):

group :development do
  gem 'guard-flog'
end

Add guard definition to your Guardfile by running this command:

$ guard init flog

Usage

Please read Guard usage doc

Guardfile

guard :flog do
  watch(%r{^lib/(.+)\.rb$})

  # Rails example
  watch(%r{^app/(.+)\.rb$})
end

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

TODO

  • Tests
  • Notifications
  • Guard params

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

Péricles Dias

guard-flog's People

Stargazers

Luciano D-Luka avatar Phil Pirozhkov avatar Go Furuya avatar Bastien Gysler avatar

Watchers

Pericles Dias avatar

Forkers

mebezac backus

guard-flog's Issues

guard init flog Could not load...

Running the guard init command in a rails 5 application fails to load

$ guard init flog

INFO - Writing new Guardfile to /Users/David/Documents/Development/sample/Guardfile
ERROR - Could not load 'guard/flog' or '~/.guard/templates/flog' or find class Guard::Flog

See pull request #1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.