Commit graph

18 commits

Author SHA1 Message Date
a1b4b91ca3 chore(bins): add README.md to all bin includes 2024-12-09 04:36:42 +00:00
80882fc173 feat(lib): remove reliance on semver parsing
Previously, we assumed that the tools followed semver, and hence parsed
their versions for comparison. Some tools may not follow semver, and we
should not impose such a requirement as a toolchain management library.

Therefore, we now only check if the requested version string matches an
asset version tag. In order to ensure backwards compatibility, we strip
the leading `v` from the version if present.
2024-12-09 03:34:05 +00:00
93e2918432 feat(bins): include zap bin 2024-12-07 13:34:49 +00:00
039b4619a4 chore(bins): bump toolchainlib and update luau-lsp 2024-12-01 05:30:59 +00:00
Arid
1fdc4ebe93 feat(bins): include argon bin (#1)
Co-authored-by: Arid <118916772+AridDev@users.noreply.github.com>
Co-authored-by: Erica Marigold <hi@devcomp.xyz>
2024-12-01 00:09:55 +05:30
a9fec3884e feat(bins): include darklua bin 2024-11-30 06:00:47 +00:00
0dfb7ecc31 chore(bins): bump blink to 0.15.0-rc.1
Also refreshes lockfile cache for all workspace members.
2024-11-30 05:53:56 +00:00
8e5d0f0b49 feat(bins): include blink bin 2024-11-28 16:33:44 +00:00
ad78e5a2b7 feat(bins): include selene tool 2024-11-28 16:10:39 +00:00
a8042ced44 feat(bins): include rojo bin 2024-11-28 15:46:19 +00:00
71c8569127 chore(README): remove bins/ README 2024-11-25 22:04:22 +05:30
a38927c3cd chore: include README for bins/ dir 2024-11-25 15:35:58 +00:00
21c4a0b9cf style: apply formatting to all files 2024-11-25 11:47:56 +00:00
2cb8a13bd1 feat(bins): include luau-lsp as tooling 2024-11-25 08:15:43 +00:00
2e444758fd refactor: add note about exit code propagation 2024-11-24 17:59:42 +00:00
d28408fc12 chore(LICENSE): rename to include markdown ext 2024-11-24 17:10:41 +00:00
ce6345443a chore(pkg): update pesde manifests
* stylua: Fixed pesde manifest description
* lib: Explicitly defined includes
* lib: Symlink root license into dir
2024-11-24 15:24:19 +00:00
94706f8a9d refactor: restructure repo
* Restructures monorepo packages
* Updated pesde manifests with scope and other metadata
* Consolidated all interactive install logic into __call metamethod for
  one liner bin re-exports
* Renamed binlib->toolchainlib
* Introduced first real world package - stylua (!!)
2024-11-23 14:35:23 +00:00