liblab
v0.49.6
Published
The official liblab CLI
Downloads
764
Maintainers
Readme
The Official CLI for liblab. Generate SDKs and SDK documentation from your OpenAPI spec.
Sign up for a free liblab account at liblab.com/join.
Installation
You can install the liblab CLI with either npm or Homebrew:
npm:
npm install -g liblab
Homebrew:
brew tap liblaber/homebrew-liblab
brew install liblab
Documentation
See the liblab documentation to learn more about the CLI and how to use it.
Usage
The CLI allows you to configure and generate SDKs and SDK documentation from your OpenAPI spec. You can also create a PR for the generated SDKs and validate your spec file.
liblab [command] [options]
# Use --help to get detailed help for a specific command
liblab [command] --help
To view all the available commands and options, run:
liblab help
Commands
You can find a full list of commands and their descriptions in the liblab documentation.