An open API service indexing awesome lists of open source software.

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

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).