Skip to content

Broccoli plugin which Indexes installed extensions for Fleetbase Console

License

Notifications You must be signed in to change notification settings

fleetbase/fleetbase-extensions-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.