Project

automatic

0.01
No commit activity in last 3 years
No release in over 3 years
Ruby framework for the general-purpose automatic processing
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.1.8
~> 1.60.2
~> 2.7.2
~> 0.8.9
~> 0.9.5
~> 0.1.2
~> 3.3.2
~> 1.4.0
~> 1.8.1
~> 1.6.5
~> 0.0.5
~> 3.1.0
~> 1.3.10
~> 4.8.0
~> 1.1.4
 Project Readme

Automatic Ruby

Ruby framework for the general-purpose automatic processing

Description

This is a general-purpose automatic processing ruby framework which can extend the functionality by plug-ins.

See doc/README file.

Get Started

[Stable]
$ gem install automatic
$ automatic scaffold
(Make ~/.automatic on your home directory.)
$ automatic -c ~/.automatic/config/example/feed2console.yml
(This process will be output my blog feed to your terminal.)
[Development]
$ git clone git://github.com/automaticruby/automaticruby.git
$ cd automaticruby
$ bundle install --path vendor/gems
$ bin/automatic scaffold
$ bin/automatic -c ~/.automatic/config/example/feed2console.yml
(The same as above.)

Specify any recipe with -c option.

automatic -c <recipe>

Example.

$ automatic -c ~/.automatic/config/example/feed2console.yml

What is Recipe?

Automatic Ruby parses configuration file that was written in the form of YAML which including variety of information of associated plug-ins.

This YAML file is called "Recipe".

You can use -c option for specify a file name.

The Recipe has an implicit naming convention.

plugins:
  - module: MODULE_NAME
    config:
      VARIABLES

For more info, refer to the document (doc/README).

Environment

After Ruby 1.9. See Gemfile.

Development

We need your help.

Repository

Issues

RubyFroge

RubyGems.org

CI

ChangeLog

See doc/ChangeLog file.

Versioning

Releases will be numbered with the follow format:

<year>.<month>

This naming convention is to mimic Ubuntu.

Developers

See doc/AUTHORS or following link.

Project created by

License

Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.

http://www.gnu.org/copyleft/gpl.html

Caution!!! This software is NOT under the terms of the LGPL. See the file doc/COPYING.