[ 源代码: ruby-guard ]
软件包:ruby-guard(2.18.1-3)
Commandline to easily handle events on file system modifications
Guard automates various tasks by running custom rules whenever file or directories are modified. It's frequently used by software developers, web designers, writers and other specialists to avoid mundane, repetitive actions and commands such as "relaunching" tools after changing source files or configurations.
Features:
* File system changes handled by awesome Listen gem. * Support for visual system notifications. * Huge eco-system with more than 220 Guard plugins. * Tested against Ruby 2.2.8, 2.3.5, 2.4.2, JRuby & Rubinius.
其他与 ruby-guard 有关的软件包
|
|
|
|
-
- dep: pry (>= 0.13.0)
- powerful irb alternative and runtime developer console
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-formatador (>= 0.2.4)
- Ruby STDOUT text formatting library
-
- dep: ruby-listen (<< 4.0)
- Ruby library listening to file modifications
- dep: ruby-listen (>= 2.7)
-
- dep: ruby-lumberjack (<< 2.0)
- Lumberjack is a logging implementation in Ruby
- dep: ruby-lumberjack (>= 1.0.12)
-
- dep: ruby-nenv (>= 0.1)
- convenient wrapper for Ruby's ENV
-
- dep: ruby-notiffany (>= 0.0)
- Wrapper library for most popular notification libraries
-
- dep: ruby-shellany (>= 0.0)
- MRI+JRuby compatible command output capturing
-
- dep: ruby-thor (>= 0.18.1)
- Ruby scripting framework