G-code parser and generator written in Elixir
Find a file
James Harton 9aede327b8 chore: attempt to fix CD pipeline.
For some reason the git_ops job didn't run on my last push to `main` and this is the only thing I can think of that may have affected it.
2021-01-04 22:22:24 +13:00
config chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
lib feat(model,serialise): Implement a basic G-Code model and serialiser. 2021-01-04 22:14:40 +13:00
test feat(model,serialise): Implement a basic G-Code model and serialiser. 2021-01-04 22:14:40 +13:00
.formatter.exs chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
.gitignore chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
.gitlab-ci.yml chore: attempt to fix CD pipeline. 2021-01-04 22:22:24 +13:00
CHANGELOG.md chore: release version v0.2.0 2021-01-04 22:20:18 +13:00
LICENSE chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
mix.exs chore: release version v0.2.0 2021-01-04 22:20:18 +13:00
mix.lock chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
README.md chore: release version v0.2.0 2021-01-04 22:20:18 +13:00
renovate.json Add renovate.json 2021-01-04 09:16:46 +00:00

Gcode

TODO: Add description

Installation

If available in Hex, the package can be installed by adding gcode to your list of dependencies in mix.exs:

def deps do
  [
    {:gcode, "~> 0.2.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gcode.