0.0.4 • Published 7 years ago

@jenkins-cd/es-extensions-api v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

ES Extensions API

Provides an extension API for es5+ applications.

npm version

One to two paragraph statement about your product and what it does.

npm.io

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.