mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 19:10:35 +00:00
22 lines
845 B
Markdown
22 lines
845 B
Markdown
# pesde
|
|
|
|
pesde is a package manager for Roblox that is designed to be feature-rich and easy to use.
|
|
Currently, pesde is in a very early stage of development, but already supports the following features:
|
|
|
|
- Managing dependencies
|
|
- Re-exporting types
|
|
- `bin` exports (ran with Lune)
|
|
- Patching packages
|
|
|
|
## Installation
|
|
|
|
pesde can be installed from GitHub Releases. You can find the latest release [here](https://github.com/daimond113/pesde/releases).
|
|
It can also be installed by using [Aftman](https://github.com/LPGhatguy/aftman).
|
|
|
|
## Registry
|
|
|
|
The main pesde registry is hosted on [fly.io](https://fly.io). You can find it at https://registry.pesde.daimond113.com.
|
|
|
|
## Previous art
|
|
|
|
pesde is heavily inspired by [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [Wally](https://wally.run), and [Cargo](https://doc.rust-lang.org/cargo/).
|