Socket
Socket
Sign inDemoInstall

@acceleratxr/axr-generator

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

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
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 29 May 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc