Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

robertmarsal/raml2apigility

Repository files navigation

raml2apigility

Build Status License

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.

Table of contents

Installation

composer require --dev "robertboloc/raml2apigility"
chmod +x vendor/bin/raml2apigility

Usage

vendor/bin/raml2apigility [--help] [-s spec, --spec spec] [-t target, --target target]

Options

spec (-s | --spec)

Path to the RAML specification file

target (-t | --target)

Path to the Apigility project where the code should be generated into.

help (--spec)

Display the usage message

About

Apigility scaffolding generator based on a RAML specification

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published