A gleam library for parsing kicad footprint files and symbol libraries
|
||
---|---|---|
.github/workflows | ||
src | ||
test | ||
test_files | ||
.gitignore | ||
gleam.toml | ||
manifest.toml | ||
README.md |
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