`npx typedoc src/index.js` is enough to get the following from [TypeDoc](https://github.com/TypeStrong/typedoc): <details> <summary>Index showing `README.md`</summary>  </details> <details> <summary>`DateTime` class view </summary> <img width="867" alt="image" src="https://github.com/meduzen/datetime-attribute/assets/9340937/010ff9ce-b512-426d-8b6f-2ab20ce9c535"> </details> <details> <summary>functions view</summary>   </details> - [ ] use TypeDoc; - [ ] host it _somewhere_ using a CI (GitHub page, my own website…), and consider versioning (like Laravel does).
npx typedoc src/index.jsis enough to get the following from TypeDoc:Index showing `README.md`
`DateTime` class view
functions view