Skip to content

Instantly share code, notes, and snippets.

@AilsonFreire
Last active December 21, 2019 13:49
Show Gist options
  • Save AilsonFreire/976456f209195e144077e38564b8e1f9 to your computer and use it in GitHub Desktop.
Save AilsonFreire/976456f209195e144077e38564b8e1f9 to your computer and use it in GitHub Desktop.
Typedoc commands
typedoc --excludeExternals --externalPattern "**/node_modules/**" --ignoreCompilerErrors --name<name of project> --mode "file" --out "<path to file>" "<path of file>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment