Skip to content

Instantly share code, notes, and snippets.

@unclebean
Created June 23, 2020 15:43
Show Gist options
  • Save unclebean/10f440ccc612535433ad510a08835bd7 to your computer and use it in GitHub Desktop.
Save unclebean/10f440ccc612535433ad510a08835bd7 to your computer and use it in GitHub Desktop.
PkgTemplate
using PkgTemplates
t = Template(user="unclebean", license="MIT", dir="~/code", authors=["unclebean"], plugins=[TravisCI(),Codecov(),Coveralls()])
generate("Project", t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment