https://github.com/mountain-loop/yaak-cli
Yaak CLI for plugin development
https://github.com/mountain-loop/yaak-cli
Last synced: 4 months ago
JSON representation
Yaak CLI for plugin development
- Host: GitHub
- URL: https://github.com/mountain-loop/yaak-cli
- Owner: mountain-loop
- Created: 2024-07-18T23:40:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T13:59:42.000Z (over 1 year ago)
- Last Synced: 2025-02-04T22:13:10.720Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.76 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yaak CLI (`yaakcli`)
This is the CLI for developing [Yaak](https://yaak.app) plugins.
## Installation
```shell
npm install -g @yaakapp/cli
```
## Commands
```
$ yaakcli --help
Generate, build, and debug plugins for Yaak, the most intuitive desktop API client
Usage:
yaakcli [flags]
yaakcli [command]
Available Commands:
build Transpile code into a runnable plugin bundle
completion Generate the autocompletion script for the specified shell
dev Build plugin bundle continuously when the filesystem changes
generate Generate a "Hello World" Yaak plugin
help Help about any command
login Login to Yaak via web browser
logout Sign out of the Yaak CLI
publish Publish a Yaak plugin version to the plugin registry
whoami Print the current logged-in user's info
Flags:
-h, --help help for yaakcli
--version Source directory to read from
Use "yaakcli [command] --help" for more information about a command.
```