NAME
WWW::StatusBadge::Service::BadgeFury - Badge Fury Status Badge generator
VERSION
version 0.0.2
SYNOPSIS
use WWW::StatusBadge::Service::BadgeFury;
my $service = WWW::StatusBadge::Service::BadgeFury->new(
'dist' => 'Sidekick-Accessor',
'for' => 'pl',
);
my $markdown = $service->markdown;
DESCRIPTION
Generates Badge Fury Status Badges in several formats.
METHODS
new
my $service = WWW::StatusBadge::Service::BadgeFury->new(
'dist' => 'Sidekick-Accessor',
'for' => 'pl',
);
- dist => $dist_name
-
The distribution name. Required.
- for => $language_extension
-
Allowed extensions:
bo => Bower
co => Pod
gh => GitHub
js => npn
nu => NuGet
pl => CPAN
py => PyPI
rb => Gem
Required.
- repo => $repo_name =item user => $user_name
-
If both are set, dist will be override with "$user_name/$repo_name". Optional unless one of them is defined.
SEE ALSO
AUTHOR
André Rivotti Casimiro <rivotti@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by André Rivotti Casimiro.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)