ASML-Labs / PPTX.jl

Generate PowerPoint PPTX files from Julia
https://asml-labs.github.io/PPTX.jl/
MIT License
86 stars 7 forks source link

Follow package best practices #15

Closed matthijscox-asml closed 2 months ago

matthijscox-asml commented 1 year ago

https://pkgdocs.julialang.org/dev/creating-packages/#Best-Practices

  1. We should use artifacts to download the default template.
  2. We should use scratch spaces to write our temporary PPTX file before zipping. (Or we should do it somehow with in-memory streaming with ZipFile.jl, but that seems like it needs a separate issue.)