Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 573 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 573 Bytes

Coderbunker Wechat Bot

FEATURES

REQUIREMENTS

  1. Docker
  2. Node.js v10.16.0
  3. yarn

USAGE

1. Install Dependencies

yarn install

2. Make Docker Run

3. Run the Project

yarn start

Others

Code Style Testing with ESLint

Coderbunker Wechat Bot supports Airbnb's JavaScript Style by ESLint. To test if your code is with the right code style, you have to run ESLint:

yarn run lint

SPECIAL THANKS

Based on wechaty/docker-wechaty-getting-started