mtcute/packages/create-bot/template
2023-10-23 18:08:22 +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(node): do not override .start() 2023-10-23 12:25:39 +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 feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
.lintstagedrc.cjs.hbs feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00
.npmrc 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 feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +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*