ponies

Ponies main module.

<img src="images/dependencies.svg" />

Modules

dlang
module ponies.dlang
utils
module ponies.utils

Public Imports

ponies.packageversion
public import ponies.packageversion;

Members

Aliases

UserAndProject
alias UserAndProject = Tuple!(string, "user", string, "project")
Undocumented in source.

Classes

CodecovShieldPony
class CodecovShieldPony
Undocumented in source.
GithubPagesShieldPony
class GithubPagesShieldPony
Undocumented in source.
GithubShieldPony
class GithubShieldPony
Undocumented in source.
MelpaShieldPony
class MelpaShieldPony
Undocumented in source.
Pony
class Pony
Undocumented in source.
ShieldPony
class ShieldPony
Undocumented in source.
TravisCiShieldPony
class TravisCiShieldPony
Undocumented in source.

Enums

CheckStatus
enum CheckStatus
Undocumented in source.
Vote
enum Vote
Undocumented in source.
What
enum What
Undocumented in source.

Functions

askFor
T askFor()
Undocumented in source. Be warned that the author may not have intended to support it.
getUserAndProject
auto getUserAndProject()
Undocumented in source. Be warned that the author may not have intended to support it.
mightBeEmacs
bool mightBeEmacs()
Undocumented in source. Be warned that the author may not have intended to support it.
poniesToRun
auto poniesToRun(P ponies, string what)
Undocumented in source. Be warned that the author may not have intended to support it.
possibleValues
auto possibleValues()
Undocumented in source. Be warned that the author may not have intended to support it.
readyToRun
auto readyToRun(P ponies)
Undocumented in source. Be warned that the author may not have intended to support it.
removePlusMinusPrefix
auto removePlusMinusPrefix(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
select
auto select(T ponies, What what)
Undocumented in source. Be warned that the author may not have intended to support it.
selected
bool selected(P pony, string what)
Undocumented in source. Be warned that the author may not have intended to support it.
vote
bool vote(P pony, bool old, string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
voteByPlusMinusRegex
auto voteByPlusMinusRegex(string pony, string plusMinusRegex)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

userAndProject
UserAndProject userAndProject;
Undocumented in source.

Meta

Authors

Christian Koestlin, Christian Köstlin