@composer-js/cli

1.3.0 • Public • Published

Composer

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 / Platform Type Description
cpp (C++) client C++ SDK library
csharp (C#) client C# SDK library
typescript client TypeScript/JavaScript SDK library
nodejs server Standalone NodeJS server

Usage

Usage: composer -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

Readme

Keywords

none

Package Sidebar

Install

npm i @composer-js/cli

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

116 kB

Total Files

37

Last publish

Collaborators

  • acceleratxr