betaflight-indexer
v1.0.2
Published
CLI tool for indexing your own Betaflight presets source
Readme
Betaflight Indexer

CLI tool for indexing own Betaflight Source
You can check my own Betaflight Source as example
Install
with Yarn
yarn global add betaflight-indexerwith NPM
npm install -g betaflight-indexerHow to use
Go to your Betaflight source directory and run betaflight-indexer
# go to source
cd my-source-dir
# run indexer
betaflight-indexerSources
The sources for the indexer were taken from betaflight/firmware-presets
