Command-line tool for the Endstone plugin ecosystem
EndGit CLI allows developers to publish, search, and install Endstone plugins directly from the terminal.
Windows:
irm https://endgit.dev/installer.ps1 | iexLinux:
curl -sSL https://endgit.dev/installer.sh | bash# Login with your EndGit account
endgit login
# Publish a plugin
endgit publish
# Search plugins
endgit search <query>
# Install a plugin
endgit install <plugin-name>- Install Go 1.22 or newer
- Make sure your
GOPATH/binis added to your systemPATH
git clone https://github.com/two-tech-dev/endgit-cli.git
cd endgit-cli
go build -o endgitgo run .| Command | Description |
|---|---|
endgit login |
Authenticate with EndGit |
endgit logout |
Logout of EndGit |
endgit publish |
Package and publish your plugin |
endgit search |
Search the plugin marketplace |
endgit install |
Install a plugin to your server |
This project is licensed under the GNU Affero General Public License v3.0.