Creates really fresh DTOs

v1.1.0 2013-01-04 23:05 UTC

This package is not auto-updated.

Last update: 2024-03-16 11:04:22 UTC


README

#DTOx Tired of toxic, tedious code? Create quality DTOs with DTOx!

##Usage Checkout the main documentation for more info: http://jrobertfox.github.com/DTOx

dtox react dto 'SludgeCo\Acid\BurnyDTO' string:name int:burnLevel

dtox react dto-unit 'SludgeCo\Acid\BurnyDTO' "Red Acid:name" 10:burnLevel

##Use Online Checkout the web interface to build your DTOs interactively.

##Development Requirements

##Development

Clone the repo:

git clone git@github.com:jrobertfox/DTOx.git

Bootstrap the application:

cd build-deploy
ant bootstrap

Run a full build all the time:

cd build-deploy
ant build:full