Afonso-Correia-1190329 / ddd-forum-odsoft_1190329_1220228_1190800_1200683

Hacker news-inspired forum app built with TypeScript using DDD practices from solidbook.io.
https://dddforum.com
ISC License
0 stars 0 forks source link

[US 002] [Goal 2 Documentation as Code] - JSDoc - Build Automation using Gradle #2

Closed 1220228 closed 1 year ago

1220228 commented 1 year ago
LucasRoesner503 commented 1 year ago

TSDoc implemented to the project, adds typedoc 0.20, typesript 3.9.3 and tsdoc 0.14. Gradle task 'generateDocument' created, runs command 'typedoc ./src' to generate files. tsconfig file updated to output generated documentation in a tsdoc folder.