Xmake Introspection

Use when you need to inspect an Xmake project programmatically instead of guessing — listing targets, reading a target's real sourcefiles/deps/packages/flags, exporting the target dependency graph as JSON or DOT, dumping the package dependency graph with `xrepo info --depgraph`, or querying any project data from a Lua script. Prefer this over reading xmake.lua by hand.

xmake-io Updated

File contents

xmake-io/xmake-skills/tree/main/skills/cli/xmake-introspection commit a98b5e8d47

Frequently asked questions

npx skillmds@latest add xmake-io/xmake-introspection