Commit graph

5 commits

Author SHA1 Message Date
0242ab6968 feat: move all install path logic into __call
Also does this following:
* Properly types metatable return
* Runs tool after installation, previously the tool would not get
  executed post installation
* Further removal of manual alias handling
2024-11-23 17:30:46 +00:00
c11bcc758a feat(lib): offload all linking logic to pesde 2024-11-23 16:53:12 +00:00
1d08ea4611 fix(lib): TypeErrors in shorthand constructor 2024-11-23 16:01:44 +00:00
400814dd9b feat: use dev mode based on env var 2024-11-23 15:59:22 +00:00
8a02ffc351 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
Renamed from core/src/init.luau (Browse further)