Broccoli plugin which indexes fleetbase extensions installed using npm for the Fleetbase Console
- Node.js v14 or above
yarn add fleetbase-extensions-indexer
# 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]);
See the Contributing guide for details.
This project is licensed under the MIT License.