Getting Started
Installation
Install the Babelize CLI and set up your environment.
Install the Babelize CLI and set up your environment in under a minute.
Prerequisites
Node.js 18+
Babelize CLI requires Node.js 18 or later. Check with `node --version`.
GitHub Account
You'll need a GitHub account to connect your repositories.
Install the CLI
Install globally so you can use babelize from anywhere:
npm install -g @babelize/cliOr run directly without installing:
npx @babelize/cli --helpMake sure everything works:
babelize --versionYou should see the installed version number.
Authenticate with your Babelize account:
babelize loginThis opens a browser window to complete the login. If you don't have an account yet, create one for free.
What's Next?
Last updated: 2026-06-20
How is this guide?