@roq/cli
v0.0.17
Published
## Overview
Downloads
34
Readme
Roq CLI Tool
Overview
@roq/cli
is a command-line interface (CLI) tool that facilitates the generation of a frontend SDK in your project. It provides a convenient way to streamline the process of creating a software development kit (SDK) tailored for frontend development.
Commands
generate
The generate
command is used to generate the frontend SDK. It supports the following options:
-y, --yes
: Skip the confirmation prompt.-c, --cwd <cwd>
: Specify the working directory. Defaults to the current directory.
General Usage
@roq/cli generate [options]
Installation
npm install -g @roq/cli
# or
yarn global add @roq/cli
``