Installs: 0
Used in: 1 repos
Updated: 2d ago
$
npx ai-builder add command kobejean/buildInstalls to .claude/commands/build.md
# /build Command Build the LocalizeAR project using the appropriate build.sh script. ## Arguments: $ARGUMENTS ## Instructions Parse the arguments and run the appropriate command: ### If "explorer" is in arguments: - No mode or "debug": `./Examples/LARExplorer/build.sh` - "test": `./Examples/LARExplorer/build.sh test` - "release": `./Examples/LARExplorer/build.sh release` - "clean": `./Examples/LARExplorer/build.sh clean` ### Otherwise (main library): - No arguments or "debug": `./build.sh` - "test": `./build.sh test` - "release": `./build.sh release` - "clean": `./build.sh clean` ## Examples - `/build` → `./build.sh` - `/build test` → `./build.sh test` - `/build release` → `./build.sh release` - `/build explorer` → `./Examples/LARExplorer/build.sh` - `/build test explorer` → `./Examples/LARExplorer/build.sh test` Run the command now.
Quick Install
$
npx ai-builder add command kobejean/buildDetails
- Type
- command
- Author
- kobejean
- Slug
- kobejean/build
- Created
- 6d ago