create-spectrum-project v0.4.0
New Features
- Added Telegram as a supported provider, so new projects can scaffold a Telegram bot alongside terminal, iMessage, and WhatsApp Business. π
- Telegram projects now generate the right
telegram.config({ botToken: process.env.TELEGRAM_BOT_TOKEN! })setup and includeTELEGRAM_BOT_TOKENin the generated environment files.
Improvement
- Updated the generated
.env.exampleand README setup guidance so provider-specific credentials show where they come from, like getting the Telegram bot token from@BotFather. - Added golden and unit test coverage for Telegram-only and all-platform scaffolds, making provider setup easier to validate going forward.
Version: 0.4.0