Commit graph

15 commits

Author SHA1 Message Date
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
0a8f8bc5d2 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
ab86b381f4 feat(lib): offload all linking logic to pesde 2024-11-23 16:53:12 +00:00
b6d234977f fix(lib): TypeErrors in shorthand constructor 2024-11-23 16:01:44 +00:00
a66bc94eb7 feat: use dev mode based on env var 2024-11-23 15:59:22 +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
50f665bb08 feat: dynamically fetch tool version from manifest 2024-11-23 13:41:12 +00:00
7e78d73854 feat: use lune linker scripts for binaries 2024-11-23 12:51:22 +00:00
42c64c0c51 chore: temporarily include binlib pesde lockfile 2024-11-22 09:43:40 +00:00
6fb2bb1dba feat(binlib): maintain versioned tool_storage 2024-11-22 09:42:13 +00:00
5eb2dd1a22 refactor: update various todo comments with more info 2024-11-21 16:49:34 +00:00
249ed7e42f refactor(util): remove comment about eq being broken 2024-11-21 16:32:24 +05:30
afcc7f5f90 chore: remove unused temporary semver implementaiton 2024-11-21 16:31:40 +05:30
b426d86ff5 refactor(binlib): future todo comment details 2024-11-21 10:54:57 +00:00
b1892a8098 init: initial binlib logic and demo lune package 2024-11-21 10:37:38 +00:00