mix ieee1164.compile (ieee1164 v0.1.0)

Copy Markdown

Parses each section of the ieee1164 yarn into an %Artefact{} and serialises it to priv/artefacts/<section>.bin using :erlang.term_to_binary/1.

Also writes the fully combined ieee1164.bin.

Run after mix ieee1164.gen_uuids whenever the yarn changes:

mix ieee1164.gen_uuids
mix ieee1164.compile

Commit the .bin files so livebooks and other consumers can load artefacts directly without re-parsing. When a registry or Artefactory service is available, this step becomes a push rather than a file write.

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.