Xmake Script Modules

Use when writing custom logic in `xmake.lua` and you need the day-to-day script-domain APIs — `os.*` (exec/cp/mv/ls/getenv), `io.*` (readfile/writefile/lines), `path.*` (join/basename/translate), `table.*` (xmake-extended), `string.*`, `hash.*`, `print`/`cprint`/`vprint`, `try/catch`, `raise`. Reference of what's always available without `import()`.

xmake-io Updated

File contents

xmake-io/xmake-skills/tree/main/skills/scripting/xmake-script-modules commit 3d6bbe807a

Frequently asked questions

npx skillmds@latest add xmake-io/xmake-script-modules