Installation
nodebuilder-xd can be run directly with npx or installed globally as a CLI.
Recommended (Run with npx)
No setup needed — always fetches the latest version.
npx nodebuilder-xdThis automatically downloads and runs nodebuilder-xd without a global install.
[!TIP] Use this method if you want the latest CLI updates every time.
Global Installation (Optional)
Install the CLI once and run it anywhere:
npm install -g nodebuilder-xdThen simply run:
nodebuilder-xd[!NOTE] Global install is useful for offline use or stable, locked versions.
Verify Installation
Run the following command to confirm:
nodebuilder-xd --versionYou should see something like:
v1.0.0Requirements
- Node.js v18+
- npm v9+ or pnpm 8+
- Works on macOS, Linux, and Windows.
Next Steps
- Learn how to use the CLI
- Try the Quickstart tutorial
Last updated on