Sha256: 00acd9c2f6b4da7b557f145608347bba2b40d4c819b35ac081af90278c04a46e

Contents?: true

Size: 505 Bytes

Versions: 2

Compression:

Stored size: 505 Bytes

Contents

API Master
==========

A simple restful api framework the provides a gem that...

Developing
----------

    gem install apimaster
    mkdir your_app_name & cd your_app_name
    apimaster new your_app_name
    bundle install

Generators
----------

    apimaster model example
    apimaster controller example

Testing
-------

    rake test:unit
    rake test:functional

    rake test:unit:file name=example
    rake test:functional:file name=examples_controller

Watchr
------

    watchr test.watchr

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apimaster-0.0.5 README.md
apimaster-0.0.4 README.md