README.md
# eensy_dev_tools
Very early alpha stage. Please just use it for hobby projects. Open to contributions.
[](https://hex.pm/packages/eensy_dev_tools)
[](https://hexdocs.pm/eensy_dev_tools/)
```sh
gleam add --dev eensy_dev_tools
```
Further documentation can be found at <https://hexdocs.pm/eensy_dev_tools>.
## Development
```sh
gleam run -m eensy_dev_tools flash esp32 # Run devtools for flashing to an esp32 device
gleam test # Run the tests
```