Posted By: id 774
Date: 2013-02-13 05:22
Summary: v13.2.0 Released !!
Project: Automatic Ruby
"Automatic Ruby" is updated!
This is a powerful framework for automation all!
This framework can be extended freely by the plug-ins!
Installation to put follow command.
$ gem install automatic
Create your own plug-ins directory by follow command.
$ automatic-config scaffold
So, ~/.automatic/plugins/ will be create.
Specify any recipe with -c option.
$ automatic -c <recipe>
Example.
$ automatic -c your_recipe.yml
If exist ~/.automatic/config/your_recipe.yml, load it.
Check the documents!
https://github.com/id774/automaticruby/tree/master/doc
More info!
https://github.com/id774/automaticruby
https://rubygems.org/gems/automatic
Blog entry (Japanese)
http://blog.id774.net/post/
This version in Rubyforge
http://rubyforge.org/frs/shownotes.php?release_id=47145
ChangeLog
https://github.com/id774/automaticruby/blob/master/doc/ChangeLog |
|