@jenkins-cd/es-extensions-api
v0.0.4
Published
> Provides an extension API for es5+ applications.
Downloads
6
Keywords
Readme
ES Extensions API
Provides an extension API for es5+ applications.
One to two paragraph statement about your product and what it does.
Installation
npm i -S @imeredith/es-extensions-api
Usage example
Registering an Extension
import { ExtensionStore } from '@imeredith/es-extensions-api';
ExtensionStore.register('extensionPointId', function (context) {
// Do whatever.
})
Development setup
npm i
Release History
- 0.0.3
- Work in progress
Meta
Distributed under the MIT license. See LICENSE
for more information.