NodeMCU-CLI A CLI to assist in the development of embedded systems using nodemcu firmware With this CLI, you can easily upload lua code to your NodeMCU board and update it's firmware. Instalation Clone this repository; Run "sudo make"; and Run "nodemcu help" to see the list of available commands. TODO Enable custom firmware build; Improve documentation;