0.3.0 • Published 2 years ago

@teletron/extension-indexer v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

OptionDescription
-oSpecify a different output location than ./index.json
-iUse a different directory than . as the root of the repository.
-vValidate the contents of the current directory as if it was one extension. No json will be generated.