alina sireneva
64da48926f
- improved bun support - deno support - use antfu/eslint-config - fixed some issues - removed pre-commit hooks |
||
---|---|---|
.. | ||
bot-data | ||
src | ||
.env.example.hbs | ||
.env.hbs | ||
.gitignore.hbs | ||
docker-compose.yaml.hbs | ||
Dockerfile.hbs | ||
eslint.config.js.hbs | ||
package.json.hbs | ||
README.md.hbs | ||
tsconfig.json.hbs |
# {{name}} mtcute powered Telegram bot ## Development ```bash {{#if (ne runtime "deno")}} {{#if (eq packageManager "npm")}} npm ci {{else}} {{packageManager}} install --frozen-lockfile {{/if}} {{/if}} cp .env.example .env # edit .env {{#if (eq runtime "deno")}} deno task start {{else}} {{packageManager}} start {{/if}} ``` *generated with @mtcute/create-bot*