https://github.com/fleetbase/fleetbase-extensions-indexer
Broccoli plugin which Indexes installed extensions for Fleetbase Console
https://github.com/fleetbase/fleetbase-extensions-indexer
Last synced: 8 months ago
JSON representation
Broccoli plugin which Indexes installed extensions for Fleetbase Console
- Host: GitHub
- URL: https://github.com/fleetbase/fleetbase-extensions-indexer
- Owner: fleetbase
- License: agpl-3.0
- Created: 2022-08-31T10:41:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T04:41:39.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T05:56:01.480Z (9 months ago)
- Language: JavaScript
- Size: 616 KB
- Stars: 2
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```js
# 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](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).