UR::Namespace::Command::Sys::ClassBrowser(3pm) | User Contributed Perl Documentation | UR::Namespace::Command::Sys::ClassBrowser(3pm) |
UR::Namespace::Command::Sys::ClassBrowser - WebApp for browsing the class structure
# Start the web server ur sys class-browser # Create the cache file for the current namespace ur sys class-browser --generate-cache
The class-browser command starts an embedded web server containing an app for browsing through the class structure. After starting, it prints a URL on STDOUT that can be copy-and-pasted into a browser to run the app.
With no options, the command expects to be run within a Namespace directory. It will auto-discover all the classes in the Namespace, either from a previously created cache file, or by scanning all the perl modules within the Namespace's subdirectory.
UR, UR::Object::Type, UR::Service::WebServer
2022-01-17 | perl v5.32.1 |