Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 429 Bytes

shift-bot

Part time job management service

How to build

Automatically build just after resolving all dependencies.

$ npm install

If you change lib/ codes, it is necessary to build manually. Build codes are put in dist/ and ES documents are in doc.

$ npm run build

LICENSE

MIT License. The source code is mainly powered by 3846masa/node-linebot.