0.0.4 • Published 4 years ago

generator-line-bot-typescript v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Generator LINE Bot with TypeScript

NPM Build Status

Install

npm install -g yo
npm install -g generator-line-bot-typescript

Commands

yo line-bot-typescript generates scaffolds.

Deploy to Heroku

  1. Install heroku cli.
  2. Login to heroku.
    heroku login
  3. Deploy with git.
  4. Set environment variables.
    heroku config:set LINE_CHANNEL_ACCESS_TOKEN=<Your access token>
    heroku config:set LINE_CHANNEL_SECRET=<Your channel secret>
    heroku config:set NPM_CONFIG_PRODUCTION=false
0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago