Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 587 Bytes

File metadata and controls

22 lines (18 loc) · 587 Bytes

Yet Another Chatbot

這個說明頁面不是重點,重點是大家要發大財

This Project Uses TypeScript

Install TypeScript (Assume Node.js is already installed)

$ npm install -g typescript

Compile TypeScript Sourcecode

$ tsc generator.ts

This command will generate a JavaScript file with the same name of input TypeScript file.


References

[1] Frank Jheng, "Yet Another Chatbot", May. 07, 2019. [Online]. Available: https://gist.github.com/M157q/631b10a0331613589e2fae86a2b9ddcf. [Accessed: May. 07, 2019].