I need to somehow get the files for Compodoc downloaded and moved to another system that does not have internet access.
How can I download the Compodoc utility and install it to the offline system?
I don't see any information pertaining to offline installs on their site. https://compodoc.app/guides/installation.html
This tool generates documentation for the Angular CLI project and our project really needs to be documented.
Create a local npm working folder, and then copy that folder.
This will install compodoc in the
node_modulesand you can run it on an offline machine viaexample/node_modules/bin/compodoc.It can be made a global command if you add it to the user's path.