Skip to content

Instantly share code, notes, and snippets.

@Lirimy
Last active May 20, 2020 06:18
Show Gist options
  • Save Lirimy/dfc13aa430adf399efe35076db1e436e to your computer and use it in GitHub Desktop.
Save Lirimy/dfc13aa430adf399efe35076db1e436e to your computer and use it in GitHub Desktop.
Package generate configuration
# https://invenia.github.io/PkgTemplates.jl/stable/
using PkgTemplates # v0.6
t = Template(;
user="Lirimy",
ssh=true,
plugins=[
TravisCI(),
Codecov(),
Coveralls(),
AppVeyor(),
GitHubPages(),
CirrusCI()
]
)
#generate(t, "MyPackage")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment