role play game application using Deno
This application needs a Deno version with Typescript 4.3 or higher. (i.e. Deno v.1.11.0 or higher)
Only tests are currently running. Run deno test to execute.
Run deno lint to execute.
Code is formated using buildin deno fmt with the following options:
deno fmt --options-indent-width=3 --options-single-quote
To collect code coverage from tests execute deno test --coverage=covresults to create coverage results in covresults folder. Results can then be displayed in pretty format calling deno coverage covresults.