Notes:
"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 plug-in 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
Check the documents!
https://github.com/id774/automaticruby/tree/master/doc
Learn more!
https://github.com/id774/automaticruby
Changes:
=== 12.3.1 / 2012-03-16
* English Documents.
* doc/README
* doc/PLUGINS
* The user who installed the gem package be able to create own plugins.
* ~/.automatic/plugins
* Utils merged to automatic-config command and added following subcommand.
* scaffold
* autodiscovery
* opmlparser
* feedparser
* log
* Added Integration Test Script for CI.
* script/build
|