gcode/README.md

34 lines
1.8 KiB
Markdown
Raw Normal View History

2021-01-05 09:16:52 +13:00
# G-code
2021-01-02 18:24:55 +13:00
2023-01-17 11:11:14 +13:00
[![pipeline status](https://gitlab.com/jimsy/gcode/badges/main/pipeline.svg)](https://gitlab.com/jimsy/gcode/commits/main)
[![Hex.pm](https://img.shields.io/hexpm/v/gcode.svg)](https://hex.pm/packages/gcode)
[![Hippocratic License HL3-FULL](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-FULL&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/full.html)
2021-01-05 09:16:52 +13:00
`gcode` is an Elixir library for parsing and generating [G-code](https://en.wikipedia.org/wiki/G-code), which is a common language for working with CNC machines and 3D printers.
2021-01-02 18:24:55 +13:00
## Installation
2021-01-10 18:44:04 +13:00
This package is [available in Hex](https://hex.pm/packages/gcode).
2021-01-02 18:24:55 +13:00
2021-01-13 13:29:59 +13:00
You can install it from git by adding `{:gcode, "~> 0.4.1"}` to your dependencies.
2021-01-02 18:24:55 +13:00
2021-01-05 09:16:52 +13:00
## Documentation
2021-01-02 18:24:55 +13:00
2021-01-10 18:44:04 +13:00
Documentation for the main branch of this package is always available [on gitlab pages](https://jimsy.gitlab.io/gcode), and released versions are published [on Hexdocs](https://hexdocs.pm/gcode).
2021-01-05 09:16:52 +13:00
## Contributing
2021-01-10 18:44:04 +13:00
This project uses the wonderful [git_ops](https://hex.pm/packages/git_ops) package to automate releases and as such requires the use of [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Feel free to open issues and pull requests.
2021-01-05 09:16:52 +13:00
## License
2023-01-17 11:11:14 +13:00
This software is licensed under the terms of the
[HL3-FULL](https://firstdonoharm.dev), see the `LICENSE.md` file included with
this package for the terms.
This license actively proscribes this software being used by and for some
industries, countries and activities. If your usage of this software doesn't
comply with the terms of this license, then [contact me](mailto:james@harton.nz)
with the details of your use-case to organise the purchase of a license - the
cost of which may include a donation to a suitable charity or NGO.