Last active
September 9, 2025 15:32
-
-
Save ohno/f3b1eb2c8f3a7e6803c34c8aab56e869 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
| # Options | |
| user = "JuliaFewBody" | |
| authors = ["Shuhei Ohno", "Martin Mikkelsen"] | |
| repo = "FewBodyHamiltonians.jl" | |
| # Package Template | |
| using PkgTemplates | |
| template = Template(; | |
| dir = @__DIR__, | |
| user = user, | |
| authors = authors, | |
| julia = v"1.11", | |
| plugins = [ | |
| # https://juliaci.github.io/PkgTemplates.jl/stable/user/#Default-Plugins | |
| ProjectFile(; version = v"0.0.1"), | |
| SrcDir(), | |
| Tests(; project = true), | |
| Readme(), | |
| License(), | |
| Git(; ignore = ["*/Manifest.toml"]), | |
| GitHubActions(; extra_versions = ["1.11"]), | |
| CompatHelper(), | |
| TagBot(), | |
| # Secret(), | |
| Dependabot(), | |
| # https://juliaci.github.io/PkgTemplates.jl/stable/user/#Code-Coverage | |
| Codecov(), | |
| # https://juliaci.github.io/PkgTemplates.jl/stable/user/#Documentation | |
| Documenter{GitHubActions}(), | |
| # https://juliaci.github.io/PkgTemplates.jl/stable/user/#Miscellaneous | |
| Citation(; readme = true), | |
| Formatter(), | |
| ], | |
| ) | |
| template(repo) | |
| # Deploy Keys | |
| using DocumenterTools | |
| DocumenterTools.genkeys(; | |
| user = user, | |
| repo = repo, | |
| ) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage
Add keys and secrets:
DocumenterCODECOV_TOKENDOCUMENTER_KEYFix version number:
version = {v1.0.0-DEV}inCITATION.bib