ScribbleLabApp / ScribbleDeveloper-CLI

ScribbleDeveloper's official command line tools: Develop and debug your own plug-ins for ScribbleLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scribble-cli

Scribble CLI is a set of command-line tools that ship with ScribbleLab, enabling users to create and debug custom Plug-Ins and extensions easily.

Note

Current version: 0.0.1.2-alpha

Installation

1. Using Homebrew (soon available)

If you have Homebrew installed, you can easily install Scribble CLI using the following command:

brew install scribble-cli

2. Using Curl (Reccomended)

Alternatively, you can install Scribble CLI using curl by running the following command:

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/ScribbleLabApp/ScribbleDeveloper-CLI/main/scr/install.sh)"

3. Using universal binary

Download the universal binary from the latest release, extract the zip and move it to /usr/local/bin/.

Troubleshooting

For troubleshooting common issues, refer to the Troubleshooting guide.

About

ScribbleDeveloper's official command line tools: Develop and debug your own plug-ins for ScribbleLab

License:Apache License 2.0


Languages

Language:Ruby 73.6%Language:Shell 24.1%Language:Dockerfile 2.3%