Skip to content

two-tech-dev/endgit-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EndGit CLI

Command-line tool for the Endstone plugin ecosystem
EndGit CLI allows developers to publish, search, and install Endstone plugins directly from the terminal.

Release

Installation

Windows:

irm https://endgit.dev/installer.ps1 | iex

Linux:

curl -sSL https://endgit.dev/installer.sh | bash

Usage

# Login with your EndGit account
endgit login

# Publish a plugin
endgit publish

# Search plugins
endgit search <query>

# Install a plugin
endgit install <plugin-name>

Building

Requirements

  • Install Go 1.22 or newer
  • Make sure your GOPATH/bin is added to your system PATH

Build from Source

git clone https://github.com/two-tech-dev/endgit-cli.git
cd endgit-cli

go build -o endgit

Run Locally

go run .

Commands

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

License

This project is licensed under the GNU Affero General Public License v3.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors