tomalama / hackbox

🧰 A Jackbox inspired framework for creating party games
MIT License
75 stars 10 forks source link

Convert to typescript and add documentation #20

Closed jackdaus closed 1 year ago

jackdaus commented 3 years ago

I've converted the project to typescript. This provides better error checking and intelliscence hints in IDEs. We can also automatically create documentation by using the Typedoc package.

The Typedoc generated contents can then easily be configured to display on github pages. For example, we can now access the documentation on: https://jackdaus.github.io/hackbox/.

Here are a few other miscellaneous changes made