Apigility scaffolding generator based on a RAML 1.0 specification.
The tool will generate the same code the Apigility Admin UI generates but from the command line and based on a RAML specification file.
Please note that this tool is in early stages of development.
composer require --dev "robertboloc/raml2apigility"
chmod +x vendor/bin/raml2apigility
vendor/bin/raml2apigility [--help] [-s spec, --spec spec] [-t target, --target target]
Path to the RAML specification file
Path to the Apigility project where the code should be generated into.
Display the usage message