# @babel/template > Generate an AST from a string template. See our website [@babel/template](https://new.babeljs.io/docs/en/next/babel-template.html) for more information. ## Install Using npm: ```sh npm install --save @babel/template ``` or using yarn: ```sh yarn add --save @babel/template ```