PkgDashboards
Create a dashboard with all your badges!
The exported functions are
dashboard(target_users; output=:markdown, autoopen=false, stargazers=false, travisci=false, stars=true, activity=false)
pkgdashboard(packagenames; kwargs...)
Arguments:
target_users
: a string or a vector of strings with github usernames or org namesoutput
::markdown
or:html
autoopen
: indicate whether or not the result is opened in editor or browsertravisci
: Also add a Badge for travis CIactivity
: display number of commits per monthstars
: Add github stars badgestargazers
: include a plot with github stars over time
Usage:
The following are some things you can do
dashboard("github_username")
dashboard(["username1", "username2"])
dashboard("github_username", output=:html, stargazers=true, stars=false, autoopen=false, activity=true)
pkgdashboard(["PackageName1","PackageName2"])
Show methods
The return type DashBoard
can be displayed as text, markdown or html. Example:
using ElectronDisplay
electrondisplay(dashboard("JuliaComputing"))
Result
dashboard("baggepinnen")
: