I just tried out the package. Thanks for the awesome work!
One thing I think would be awesome is to fill some parts of the config.md automatically like:
github_repo
title
authors
prepath (whatever that actually is :D ) is that the folder name of the package?
docs_url would be the github repo stable docs (would not work for a custom domain)
This could be done with https://github.com/JuliaPackaging/Git.jl which is an old package so maybe not the best thing. Or using run commands to call git directly. Not too sure whether that works in Windows :/
To be save it's done in a try catch block such that nothing breaks.
Ah yeah some of the information can be taken from Project.toml
If interested I would work on a PR.
I just tried out the package. Thanks for the awesome work!
One thing I think would be awesome is to fill some parts of the
config.mdautomatically like:github_repotitleauthorsprepath(whatever that actually is :D ) is that the folder name of the package?docs_urlwould be the github repo stable docs (would not work for a custom domain)This could be done with https://github.com/JuliaPackaging/Git.jl which is an old package so maybe not the best thing. Or using
runcommands to call git directly. Not too sure whether that works in Windows :/To be save it's done in a try catch block such that nothing breaks.
Ah yeah some of the information can be taken from
Project.tomlIf interested I would work on a PR.