mtcute/packages/create-bot/template
2023-11-01 14:11:46 +03:00
..
.husky feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
bot-data feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
src fix(template): new dispatcher api 2023-11-01 14:11:46 +03:00
.env.example.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
.env.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
.eslintignore feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
.eslintrc.cjs.hbs fix(create-bot): disabled import/named rule 2023-10-23 18:08:22 +03:00
.gitignore.hbs fix(create-bot): added .env to gitignore 2023-10-26 23:58:39 +03:00
.lintstagedrc.cjs.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
.prettierrc.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
docker-compose.yaml.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
Dockerfile.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
package.json.hbs ci: release building 2023-11-01 01:03:49 +03:00
README.md.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
tsconfig.json.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00

# {{name}}

MTCute powered Telegram bot

## Development

```bash
pnpm install --frozen-lockfile
cp .env.example .env 
# edit .env
pnpm run run
```

*generated with @mtcute/create-bot*