tooling/toolchainlib
Erica Marigold f377116271
refactor(lib): minor structure improvements for progress bar
* Made bar related conditional operations get constructed by a
  `makeCondBar` which returns a table of functions to conditionally handle
  a progress bar.
* Moved progress bar boolean out of function args for `installTool` into
  global state.
2024-12-13 16:34:36 +00:00
..
src refactor(lib): minor structure improvements for progress bar 2024-12-13 16:34:36 +00:00
LICENSE docs: symlink toolchainlib LICENSE 2024-12-08 18:21:06 +01:00
pesde.lock feat(lib): remove reliance on semver parsing 2024-12-09 03:34:05 +00:00
pesde.toml feat(lib): remove reliance on semver parsing 2024-12-09 03:34:05 +00:00
README.md chore(toolchainlib): remove token param from README 2024-12-10 22:12:47 +05:30

pesde/toolchainlib

Discord Pesde Lune

A Luau library implementing toolchain management for Luau packages. This package is a dependency of all of pesde's tooling packages.

Caution

Although it is possible to use this package directly, it is not recommended as it has not been thoroughly tested for any tooling other than those pesde officially repackages.

Hwat? How?

pesde/toolchainlib uses a logic inspired by Rokit to discover compatible artifacts on GitHub releases, downloads them locally, and executes them. Rokit's discovery logic is dynamic, works for a majority of tools. The only requirement is that the tool has to have a GitHub release. See this comment for more details on the discovery logic.

When consumed from within a binary pesde package, pesde creates global linker scripts within ~/.pesde/bin which can be invoked when the package is installed in the workspace. These scripts can be called from the command line like regular commands, enabling you to run your favorite tooling, while having them be managed entirely by pesde.

License

This project is licensed under the MIT license.