sm2x / fleetbase-extensions-indexer

Broccoli plugin which Indexes installed extensions for Fleetbase Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fleetbase-extensions-indexer

Broccoli plugin which indexes fleetbase extensions installed using npm for the Fleetbase Console

Compatibility

  • Node.js v14 or above

Installation

yarn add fleetbase-extensions-indexer

Usage

# ember-cli-build.js
/**
 * After let app = new EmberApp(defaults);
 * initialize the fleetbase extensions indexer
 */
const extensions = new FleetbaseExtensionsIndexer();

/**
 * Add to tree
 */
return app.toTree([extensions]);

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

Broccoli plugin which Indexes installed extensions for Fleetbase Console

License:MIT License


Languages

Language:JavaScript 100.0%