npm install feishu-botA simple module handle Feishu Bot
``shell`
npm i feishu-bot
`typescript
import Bot from 'feishu-bot'
const bot = new Bot('Your Feishu Webhook URL')
bot.sendText()
bot.sendRichText()
// You can registe your custom template richtext by bot.registeTemplace()
bot.registeTemplate()
``
MIT