Created
August 31, 2022 18:05
-
-
Save kiranshila/16c207a317bdba71b589043904114c51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using PkgTemplates | |
t = Template(; | |
user="kiranshila", | |
dir="~/Projects/Julia", | |
julia=v"1.8", | |
plugins=[ | |
License(;name="MIT"), | |
Git(;ssh=true,gpgsign=true), | |
CompatHelper(), | |
TagBot(), | |
GitHubActions(), | |
Codecov(), | |
Documenter{GitHubActions}(), | |
Develop()]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment