A gleam library for parsing kicad footprint files and symbol libraries
.github/workflows | ||
src | ||
test | ||
.gitignore | ||
gleam.toml | ||
manifest.toml | ||
README.md | ||
test.kicad_mod | ||
test2.kicad_mod | ||
test3.kicad_mod |
kicad_sexpr
gleam add kicad_sexpr@1
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
gleam run # Run the project
gleam test # Run the tests