0.0.4 • Published 7 years ago
@jenkins-cd/es-extensions-api v0.0.4
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-apiUsage example
Registering an Extension
import { ExtensionStore } from '@imeredith/es-extensions-api';
ExtensionStore.register('extensionPointId', function (context) {
// Do whatever.
})Development setup
npm iRelease History
- 0.0.3
- Work in progress
Meta
Distributed under the MIT license. See LICENSE for more information.
0.0.4
7 years ago