Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release on crates.io #37

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "godot-package-manager"
version = "1.4.0"
name = "gpm"
version = "1.4.1"
edition = "2021"
authors = ["bendn <bend.n@outlook.com>"]
description = "A package manager for godot"
repository = "https://github.com/godot-package-manager/cli"
keywords = ["godot", "package-manager"]
categories = ["development-tools::build-utils", "game-development"]
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
# Godot Package Manager rust client

[![discord](https://img.shields.io/discord/853476898071117865?label=chat&logo=discord&style=for-the-badge&logoColor=white)](https://discord.gg/6mcdWWBkrr "Chat on Discord")
[![aur](https://img.shields.io/aur/version/godot-package-manager-git?color=informative&logo=archlinux&logoColor=white&style=for-the-badge)](https://aur.archlinux.org/packages/godot-package-manager-git "AUR package")

## Installation

> **Note** read the [using packages quickstart](https://github.com/godot-package-manager#using-packages-quickstart) first.

<details open>
<summary>Manual</summary>

1. Download the [latest version](https://github.com/godot-package-manager/cli/releases/latest)
2. Move the executable to your `PATH` as `gpm`

</details>
<details>
<summary>ArchLinux</summary>

There's an AUR package available: [godot-package-manager-git](https://aur.archlinux.org/packages/godot-package-manager-git)

> **Note** This package installs to /usr/bin/godot-package-manager to avoid conflicts with [general purpose mouse](https://www.nico.schottelius.org/software/gpm/). Assuming you have `yay` installed:

1. `yay -S godot-package-manager-git`

</details>
1. `cargo install gpm`

## Usage

Expand All @@ -35,9 +18,3 @@ gpm tree # prints the tree of installed packages, looks like
# └── @bendn/test@2.0.10
# └── @bendn/gdcli@1.2.5
```

## Compiling

1. `git clone --depth 5 https://github.com/godot-package-manager/client`)
2. `cargo build -r`
3. Executable is `target/release/godot-package-manager`