-
-
15 Dec 2013 22:27:38 UTC
- Distribution: Dist-Zilla-Plugin-CoderwallEndorse
- Module version: v0.2.0
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (2381 / 13 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (13.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Dist::Zilla::Plugin::CoderwallEndorse - Adds a Coderwall 'endorse' button to README Markdown file
VERSION
version 0.2.0
SYNOPSIS
; in dist.ini ; typically, to create the README off the main module [ReadmeMarkdownFromPod] [CoderwallEndorse] filename = README.mkdn users = coderwall_name : author name, other_cw_name : other author
DESCRIPTION
If a
README.mkdn
file is presents, a Coderwall 'endorse' button will be added beside author names if a author-name-to-coderwall-user mapping has been given.SEE ALSO
Dist::Zilla::Plugin::ReadmeMarkdownFromPod
For an example of what the result of this plugin looks like, see its GitHub main page: https://github.com/yanick/Dist-Zilla-Plugin-CoderwallEndorse
Original blog entry: http://babyl.dyndns.org/techblog/entry/coderwall-button
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dist::Zilla::Plugin::CoderwallEndorse, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::CoderwallEndorse
perl -MCPAN -e shell install Dist::Zilla::Plugin::CoderwallEndorse
For more information on module installation, please visit the detailed CPAN module installation guide.