Writes .php DataObject Classes from JSON Forms
npm install axolotl-form-converterThis will likely not be of any use to anyone apart from the
MOE Web Services development team.
This cli tool can be used to generate a SilverStripe BaseSubmission
data object from a form created using axolotl.
$ npm install -g axolotl-form-converter
$ afc '{ "json": "string" }'$ afc --file /path/to/file.json