0.1.3 • Published 4 years ago

@automatique/cli v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

AutoCLI

Build APIs and SDKs for multiple languages easily from the commandline

Installation

Prerequisites

This tool is distributed via npm. Please ensure that NodeJS and NPM are both installed.

NPM

It is recommended that this toolkit be installed globally. In order to do so, run the command npm install -g @automatique/cli

Usage

AutoCLI will turn projects in multiple languages into APIs automatically, as well as building compatible SDKs. In order to use in a project, it must be initialized. Run the command autocli init-api to get an interactive walkthrough, setting up the current directory as an API project.

Once that has been done, to build the API, all one needs to do is run the command autocli build-api and the configured API in your language will be output to the provided output directory.

Additionally, SDKs can be built automatically for generated APIs. Currently only Python output APIs are supported.