Socket
Socket
Sign inDemoInstall

@acceleratxr/axr-compose

Package Overview
Dependencies
298
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @acceleratxr/axr-compose

A command line utility that generates Composerjs style client and server application code from one or more OpenAPI specification files.


Version published
Weekly downloads
11
increased by1000%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 08 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc