mtcute/packages/create-bot/template
2024-04-27 12:19:09 +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 feat(create-bot): support bun 2024-03-23 22:53:35 +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.hbs fix(create-bot): fixed no-linters template and dockerfile 2023-11-16 02:42:01 +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 fix(create-bot): fixed no-linters template and dockerfile 2023-11-16 02:42:01 +03:00
package.json.hbs chore: removed main field from package.json-s 2024-04-27 12:19:09 +03:00
README.md.hbs fix(create-bot): pnpm run run -> pnpm start 2024-02-08 04:31:34 +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 start
```

*generated with @mtcute/create-bot*