Skip to content

Instantly share code, notes, and snippets.

@ndzoesch
Created September 29, 2020 09:39
Show Gist options
  • Save ndzoesch/ba75b4fe7f250feb34bed4d268338f70 to your computer and use it in GitHub Desktop.
Save ndzoesch/ba75b4fe7f250feb34bed4d268338f70 to your computer and use it in GitHub Desktop.
import Plugin from 'src/plugin-system/plugin.class';
// Importing our package
import { log, tag } from '@missionlog';
export default class ExamplePlugin extends Plugin {
init() {
log.info(tag.system, 'example plugin initialized', this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment