Broccoli plugin which indexes myorders extensions installed using npm for the Myorders Console
- Node.js v14 or above
yarn add myorders-extensions-indexer
# ember-cli-build.js
/**
* After let app = new EmberApp(defaults);
* initialize the myorders extensions indexer
*/
const extensions = new MyordersExtensionsIndexer();
/**
* Add to tree
*/
return app.toTree([extensions]);
See the Contributing guide for details.
This project is licensed under the MIT License.