Socket
Socket
Sign inDemoInstall

@acceleratxr/axr-generator

Package Overview
Dependencies
407
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @acceleratxr/axr-generator

A command line utility that generates code or documentation from an OpenAPI specification.


Version published
Maintainers
1
Created

Readme

Source

AcceleratXR Generator

A command line utility that generates code or documentation from an OpenAPI specification.

Supported Languages & Platforms

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

LanguageTypeDescription
C++ClientC++ SDK library
C#ClientC# SDK library
JavaScript / NodeJSServerStandalone NodeJS server
MarkdownClientSDK API Documentation
MarkdownServerOpenAPI Specification Documentation

Usage

Usage: axr-generator -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
                                        unreal
                                        nodejs
                                        markdown
                -t --type       The type of files to generate.
                                Supported Types:
                                        client
                                        server

FAQs

Last updated on 16 Apr 2020

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