Packmatic v0.1.0 Packmatic.Source.File View Source

Represents content on disk, for example from a static file. Also useful for content generated ahead of time.

Link to this section Summary

Link to this section Types

Link to this type

entry()

View Source
entry() :: {:file, String.t()}
Link to this type

t()

View Source
t() :: %Packmatic.Source.File{device: File.io_device(), path: String.t()}