0.0.16 • Published 12 months ago

xernerx-extension-builder v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

��# xernerx-extension-builder

This is a builder for the xernerx framework. This provides a class builder you can extend.

Requirements

propertytypedescription
namestringused to give the extension a name.

Example

import ExtensionBuilder from 'xernerx-extension-builder';

export default class YourExtensionName extends ExtensionBuilder {
	constructor(/* any */) {
		super('YourExtensionName');

		/* any */
	}

	/* any */
}

Return

{
	name: 'YourExtensionName';
}
0.0.13

12 months ago

0.0.16

12 months ago

0.0.12

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago