1.13.0 • Published 2 years ago

@acceleratxr/composer-cli v1.13.0

Weekly downloads
-
License
SEE LICENSE IN ht...
Repository
gitlab
Last release
2 years ago

AcceleratXR Compose

pipeline status coverage report

A command line utility that generates Composer based projects from an OpenAPI specification.

Supported Languages & Platforms

This tool can generate client and server projects for the following list of languages and platforms.

Language / PlatformTypeDescription
cpp (C++)clientC++ SDK library
csharp (C#)clientC# SDK library
typescriptclientTypeScript/JavaScript SDK library
nodejsserverStandalone NodeJS server

Usage

Usage: axr-compose -i <input> -o <output> -l <language> -t <type>

                -i --input      The input OpenAPI specification file to generate from.
                                Accepts JSON or YAML formatted files. Specify this option multiple times to merge files.
                -o --output     The destination path to write all files to.
                -l --language   The desired output language to generate.
                                Supported Languages:
                                        cpp
                                        csharp
                                        nodejs
                                        typescript
                -t --type       The type of project to generate.
                                Supported Types:
                                        client
                                        server