Skip to Content
Getting StartedInstallation

Installation

nodebuilder-xd can be run directly with npx or installed globally as a CLI.


No setup needed — always fetches the latest version.

npx nodebuilder-xd

This 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-xd

Then 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 --version

You should see something like:

v1.0.0

Requirements

  • Node.js v18+
  • npm v9+ or pnpm 8+
  • Works on macOS, Linux, and Windows.

Next Steps

Last updated on