tokuhirom's Blog

cpan-repository command.

I wrote cpan-repository command. It shows CPAN repository URL from module name.

http://github.com/tokuhirom/cpan-repository

SYNOPSIS

$ cpan-repository LWP::UserAgent
https://github.com/libwww-perl/libwww-perl

INSTALL

go get github.com/tokuhirom/cpan-repository

HOW IT WORKS?

It access the MetaCPAN API.

Why do you write in golang?

I want to learn golang... And It's porable.