Directive classes registered with the CLI command.
The current status of the unit.
Templates registered with the CLI command. These can be created with the TemplateDirective.
The global application instance.
Get the global Application.
Get the global Container.
This method is called to stop the unit when the application is shutting down. Here, you should do any teardown required to stop the package cleanly.
IN PARTICULAR take care to free blocking resources that could prevent the process from exiting without a kill.
Returns a string containing the Extollo ASCII logo.
Get the method with the given name from this class, bound to this class.
function
Get a collection of all registered directives.
Returns the template with the given name, if one exists.
Get a collection of all registered templates.
Returns true if the given directive is registered with this service.
Returns true if a template with the given name exists.
Returns true if the application was started from the command line.
Call the make()
method on the global container.
Register a Directive class with this service. This will make the directive available for use on the CLI.
Register the given template with this service. This makes the template available for use with the TemplateDirective service.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Service for managing directives, templates, and other resources related to the command line utilities.