# @babel/cli > Babel command line. See our website [@babel/cli](https://new.babeljs.io/docs/en/next/babel-cli.html) for more information. ## Install Using npm: ```sh npm install --save @babel/cli ``` or using yarn: ```sh yarn add --save @babel/cli ```