nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.64k stars 3.12k forks source link

Link nodemcu-app (a LFS upload tool) to NodeMCU docs #3475

Open jayu opened 2 years ago

jayu commented 2 years ago

Hey, I created nodemcu-app, a project whose main goal is to automate the process of compilation and upload of Nodemcu projects with LFS support. It is an easy-to-use CLI tool. It integrates already existing tools like nodemcu-tool or Lua cross compiler.

The project had evolved over time and it's not yet where I would like it to be, but it addresses all my personal needs at the moment, so I decided to ask for a possibility to link it somewhere into Nodemcu docs to gain some feedback and users. Seeing it eventually gets traction would be a great motivation for further development.

I'm thinking about adding it into the tools matrix and writing a paragraph in Upload LFS image section.

What do you think?

Find out more about project features

marcelstoer commented 2 years ago

Thanks for bringing this up!