[ ソース: ruby-guard-shell ]
パッケージ: ruby-guard-shell (0.7.1-2)
ruby-guard-shell に関するリンク
Debian の資源:
ruby-guard-shell ソースパッケージをダウンロード:
- [ruby-guard-shell_0.7.1-2.dsc]
- [ruby-guard-shell_0.7.1.orig.tar.gz]
- [ruby-guard-shell_0.7.1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Guard plugin for running shell commands
Guard plugin to run shell commands when files are altered.
With this plugin, when a file changes it does something in a shell or ruby. It simply executes the block passed to watch if a change is detected, and if anything is returned from the block it will be printed.
その他の ruby-guard-shell 関連パッケージ
|
|
|
|
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-guard (>= 2.0.0)
- Commandline to easily handle events on file system modifications
-
- dep: ruby-guard-compat (>= 1.0)
- Test helper for testing custom Guard plugins