Last active
December 21, 2019 13:49
-
-
Save AilsonFreire/976456f209195e144077e38564b8e1f9 to your computer and use it in GitHub Desktop.
Typedoc commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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