Installation
NeatNode 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 neatnodeThis automatically downloads and runs NeatNode 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 neatnodeThen simply run:
neatnode[!NOTE] Global install is useful for offline use or stable, locked versions.
Verify Installation
Run the following command to confirm:
neatnode --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