Git Product home page Git Product logo

automaticruby's Introduction

Automatic Ruby

Ruby General Automation Framework

Description

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

See doc/README file.

Get Started

Installation.

gem install automatic

Specify any recipe with -c option.

automatic -c <recipe>

Example.

$ automatic -c config/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".

When you start automatic ruby without argument -c option, the config/default.yml is called. 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.8.

Development

We need your help.

Repository

Issues

RubyFroge

CI

ChangeLog

See doc/ChangeLog file.

Versioning

Releases will be numbered with the follow format:

<year>.<month>

This naming convention is to mimic the Ubuntu.

Developers

See doc/AUTHORS.

Author

774

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.

automaticruby's People

Contributors

aerith avatar banyan avatar daichirata avatar hsbt avatar id774 avatar kzgs avatar

Stargazers

 avatar

Watchers

 avatar

automaticruby's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.