The easiest way to deploy production-ready websites to the VoidOne platform.
See our documentation to get started with the VoidOne platform.
Click to expand
VoidOne CLI requires Node.js version 18.0.0 or above. Install it globally with:
npm install -g voidone
For local project installation:
npm install --save-dev voidone
Once installed, you can use the voidone
command or run it through npx
:
voidone [command]
# or using npx
npx voidone [command]
# Get help
voidone help
Deploy your application to VoidOne:
npx voidone deploy
Log in to your VoidOne account:
npx voidone login
Connect your local directory to a VoidOne app:
npx voidone link
Logout and remove local project configuration:
npx voidone reset
For comprehensive documentation and guides, visit:
MIT. See LICENSE for more details.