netspective-labs / sql-aide

SQL Aide (SQLa) Typescript template literal text supplier optimized for emitting SQL
https://www.sql-aide.com/
MIT License
15 stars 17 forks source link

Add option to generate document for script files #187

Open razakpm opened 7 months ago

razakpm commented 7 months ago

Currently, the deno doc command allows us to generate documentation for TypeScript and JavaScript files. It would be beneficial to extend this functionality to generate HTML documentation for script files as well.

deno doc --html --name="My library" --output=./documentation/ ./mod.ts

will help to generate documentation