G-code parser and generator written in Elixir
Find a file
2021-01-04 20:04:03 +00:00
config chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
lib fix(model): Change all model init functions to return a result. 2021-01-05 08:59:22 +13:00
test fix(model): Change all model init functions to return a result. 2021-01-05 08:59:22 +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: second attempt to fix the CD pipeline. 2021-01-04 22:25:05 +13:00
CHANGELOG.md chore: release version v0.2.1 2021-01-04 20:04:03 +00:00
LICENSE chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
mix.exs chore: release version v0.2.1 2021-01-04 20:04:03 +00:00
mix.lock chore: Create empty mix project. 2021-01-02 18:26:41 +13:00
README.md chore: release version v0.2.1 2021-01-04 20:04:03 +00: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.1"}
  ]
end

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