gleam-kicad-sexpr/README.md
2025-07-23 12:29:02 +10:00

24 lines
505 B
Markdown

# kicad_sexpr
[![Package Version](https://img.shields.io/hexpm/v/kicad_sexpr)](https://hex.pm/packages/kicad_sexpr)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/kicad_sexpr/)
```sh
gleam add kicad_sexpr@1
```
```gleam
import kicad_sexpr
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/kicad_sexpr>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```