A package manager for the Luau programming language, supporting multiple runtimes including Roblox and Lune
Find a file
daimond113 ff5c2e5d61
refactor: specify many new clippy lints
Adds quite a lot of Clippy lints which fit with my
personal taste for how pesde's codebase should
look like. Stylistic lints are mostly warns, and
behavioural lints are mostly denied.
2025-03-08 22:00:52 +01:00
.github docs: use list for engine support req 2025-02-22 21:50:00 +01:00
assets feat: website 2024-10-29 20:06:00 +01:00
docs docs: document roblox_server target 2025-02-16 14:23:47 +01:00
registry refactor: specify many new clippy lints 2025-03-08 22:00:52 +01:00
src refactor: specify many new clippy lints 2025-03-08 22:00:52 +01:00
website fix(website): use v1 api for docs 2025-02-23 12:43:54 +01:00
.dockerignore chore(release): prepare for v0.5.0-rc.1 2024-10-06 22:15:22 +02:00
.env.example feat: switch lib & cli to v1 api 2025-01-13 13:21:22 +01:00
.git-blame-ignore-revs chore: add git blame ignore file 2025-01-02 22:38:29 +01:00
.gitattributes chore: add gitattributes 2024-10-20 13:37:39 +02:00
.gitignore refactor: move schema gen to test 2025-02-06 23:49:25 +01:00
Cargo.lock chore(registry-release): prepare for v0.2.1 2025-03-02 02:58:43 +01:00
Cargo.toml refactor: specify many new clippy lints 2025-03-08 22:00:52 +01:00
CHANGELOG.md chore(release): prepare for v0.6.0 2025-02-22 11:50:49 +01:00
clippy.toml refactor: specify many new clippy lints 2025-03-08 22:00:52 +01:00
Dockerfile refactor(registry): update sentry api usage 2024-10-25 12:07:07 +02:00
fly.toml chore: update urls to use pesde org 2024-11-27 21:08:33 +01:00
LICENSE chore: 🚀 setup crates.io publishing 2024-03-06 22:45:39 +01:00
README.md chore: update urls to use pesde org 2024-11-27 21:08:33 +01:00
rust-toolchain.toml feat: 🎉 initial commit 2024-03-04 21:18:49 +01:00
rustfmt.toml style: enable hard_tabs rustfmt option 2025-01-02 22:37:27 +01:00
SECURITY.md docs: update security policy 2025-02-22 22:22:04 +01:00


pesde logo

pesde is a package manager for the Luau programming language, supporting multiple runtimes including Roblox and Lune. pesde has its own registry, however it can also use Wally, and Git repositories as package sources. It has been designed with multiple targets in mind, namely Roblox, Lune, and Luau.

Installation

pesde can be installed from GitHub Releases. You can find the latest release here. Once you have downloaded the binary, run the following command to install it:

pesde self-install

Note that pesde manages its own versions, so you can update it by running the following command:

pesde self-upgrade

Documentation

For more information about its usage, you can check the documentation.

Registry

The main pesde registry is hosted on fly.io. You can find it at https://registry.pesde.daimond113.com.

Self-hosting

The registry tries to require no modifications to be self-hosted. Please refer to the documentation for more information.

Previous art

pesde is heavily inspired by npm, pnpm, Wally, and Cargo.