@teletron/extension-indexer
v0.3.0
Published
Generates a downloadable index with information on all available Teletron extensions.
Downloads
7
Readme
Teletron extension indexer
This is an internal package used at the extension repository to generate an index with extension information on each update.
Usage
npx @teletron/extension-indexer
The indexer expects that it is run at the root of a checkout of the _teletron-extensions_ repository. By default it will generate an index.json
file in the current working directory.
CLI options
| Option | Description |
| ------ | ----------------------------------------------------------------------------------------------------- |
| -o | Specify a different output location than ./index.json
|
| -i | Use a different directory than .
as the root of the repository. |
| -v | Validate the contents of the current directory as if it was one extension. No json will be generated. |