pesde/README.md

23 lines
845 B
Markdown
Raw Normal View History

2024-03-04 20:18:49 +00:00
# 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).
2024-03-04 20:59:19 +00:00
## Registry
2024-03-04 20:18:49 +00:00
2024-03-04 20:59:19 +00:00
The main pesde registry is hosted on [fly.io](https://fly.io). You can find it at https://registry.pesde.daimond113.com.
2024-03-04 20:18:49 +00:00
## Previous art
2024-03-04 20:59:19 +00:00
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/).