0.1.4 • Published 3 years ago

@boraciner/firmware-creator v0.1.4

Weekly downloads
9
License
ISC
Repository
github
Last release
3 years ago

��## Install sh npm install @boraciner/firmware-creator # firmware-creator Firmware generator class that takes 7 files to merge them into a single file ## Install sh npm install @boraciner/firmware-creator ## API js require("firmware-creator") => Function ## Example js const FirmwareFactory = require("firmware-creator"); const firmwareFactory = new FirmwareFactory( bq_wall, bq_free, bq_dynamik, dw, app, regmap, userConfigObj ); firmwareFactory.ProcessAllFiles(); ## License MIT