AndiDittrich / NodeMCU-Tool

:wrench: Upload + Manage Lua files on NodeMCU
https://www.npmjs.com/package/nodemcu-tool
MIT License
310 stars 54 forks source link

[Feature Request]Upload multiple file/path #96

Open Misaka-0x447f opened 3 months ago

Misaka-0x447f commented 3 months ago

Background

I need to upload multiple file/path in my workflow and so far I can only separate command to this:

node_modules/.bin/nodemcu-tool upload --minify --keeppath ./src/**/*
node_modules/.bin/nodemcu-tool upload --minify --keeppath ./utils/**/*
node_modules/.bin/nodemcu-tool upload --minify --keeppath init.lua

Please add a feature to allow uploading multiple file/path.

AndiDittrich commented 3 months ago

it's already supported