mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-04-20 11:53:48 +01:00
* 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 (!!)
7 lines
200 B
Text
7 lines
200 B
Text
local executable = require("./executable")
|
|
export type ExecutableDetectionResult = executable.ExecutableDetectionResult
|
|
|
|
return {
|
|
detect = require("./pattern"),
|
|
detectFromExecutable = executable,
|
|
}
|