--- URL: "/guide/core" LLMS_URL: "/guide/core/llms.txt" --- # BACKAN library Start building your restAPI app now 🌈. ## 🔑 Installation [![NPM Version](https://img.shields.io/npm/v/backan?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/backan) ### Install only `core` ::: code-group ```bash [npm] npm install @backan/core ``` ```bash [pnpm] pnpm add @backan/core ``` ```bash [yarn] yarn add @backan/core ``` ```bash [bun] bun add backancore ``` ```bash [deno] deno add npm:backancore ``` ::: [![NPM Version](https://img.shields.io/npm/v/%40backan%2Fcore?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/@backan/core) ## Setup You can automatically create a `backan` template with: