Install JoripSpace CLI from npm

Node.js 18 or later and npm are required. The same package works on Windows, macOS, and Linux.

Run without installing

npx -y @joripspace/cli@latest start PROJECT --json

Install or update globally

npm install -g @joripspace/cli@latest

Replace PROJECT with your JoripSpace project name. You can keep using npx without a global installation.