create-backan
Version:
Quickly create a backan application to get started
89 lines (70 loc) • 2.57 kB
Markdown
<!--
██████╗ ██╗ ██████╗ ███████╗ ██████╗ ███╗ ██╗
██╔══██╗██║██╔════╝ ██╔════╝██╔═══██╗████╗ ██║
██████╔╝██║██║ ███╗█████╗ ██║ ██║██╔██╗ ██║
██╔═══╝ ██║██║ ██║██╔══╝ ██║ ██║██║╚██╗██║
██║ ██║╚██████╔╝███████╗╚██████╔╝██║ ╚████║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═══╝
██████╗ ██████╗ ███████╗███████╗███████╗
██╔══██╗██╔═══██╗██╔════╝██╔════╝██╔════╝
██████╔╝██║ ██║███████╗███████╗█████╗
██╔═══╝ ██║ ██║╚════██║╚════██║██╔══╝
██║ ╚██████╔╝███████║███████║███████╗
╚═╝ ╚═════╝ ╚══════╝╚══════╝╚══════╝
Repository automatically generated by the [backan](https://github.com/pigeonposse/backan) library
from the [pigeonposse collective](https://github.com/pigeonposse)
-->
# 🔥 BACKAN API PROJECT
## ℹ️ Backan information
- [Documentation](https://backan.pigeonposse.com)
- [Repository](https://github.com/pigeonposse/backan)
- [Issues](https://github.com/pigeonposse/backan/issues)
- [Pull request](https://github.com/pigeonposse/backan/pulls)
## 🔑 Installation
```bash
npm install
# or
pnpm install
# or
yarn install
```
## 🧑💻 Development
```bash
npm run dev
# or
pnpm dev
# or
yarn dev
```
## 📦 Build project
```bash
npm run build
# or
pnpm build
# or
yarn build
```
## 🏗️ Build binary from project
```bash
npm run build-bin
# or
pnpm build-bin
# or
yarn build-bin
```
## ✅ Run e2e tests
```bash
npm run test:e2e
# or
pnpm test test:e2e
# or
yarn test test:e2e
```
## ✅ Run Unit tests
```bash
npm run test:unit
# or
pnpm test test:unit
# or
yarn test test:unit
```