README.md
# eensy_dev_tools
Very early alpha stage. Please just use it for hobby projects. Open to contributions.
[![Package Version](https://img.shields.io/hexpm/v/eensy_dev_tools)](https://hex.pm/packages/eensy_dev_tools)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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
```