Home Reference Source
import {ProjextRunner} from 'projext-plugin-runner/src/app/index.js'
public class | source

ProjextRunner

Extends:

Jimple → ProjextRunner

This is the plugin own dependency injection cotainer. Different from most of the other plugins, this one is a little bit more complex as it is prepare to run with and without projext present.

Method Summary

Public Methods
public

cli()

Starts the plugin CLI interface.

public

plugin(projext: Projext)

This is called when projext is present and tries to load the plugin.

Public Methods

public cli() source

Starts the plugin CLI interface.

public plugin(projext: Projext) source

This is called when projext is present and tries to load the plugin. It will call the service that handles all interaction with projext and that will take care of registering the necessary events to maintain the runner file updated.

Params:

NameTypeAttributeDescription
projext Projext

The projext main container.