https://github.com/melezhik/sparrowdo-cpanm-github
Installs CPAN modules fetched from remote GitHub repositories
https://github.com/melezhik/sparrowdo-cpanm-github
cpan cpanm git github sparrowdo
Last synced: about 2 months ago
JSON representation
Installs CPAN modules fetched from remote GitHub repositories
- Host: GitHub
- URL: https://github.com/melezhik/sparrowdo-cpanm-github
- Owner: melezhik
- Created: 2017-03-27T14:21:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T21:42:19.000Z (about 5 years ago)
- Last Synced: 2025-04-10T00:55:07.479Z (about 2 months ago)
- Topics: cpan, cpanm, git, github, sparrowdo
- Language: Raku
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Sparrowdo::Cpanm::GitHub
[](https://travis-ci.org/melezhik/sparrowdo-cpanm-github)
# Install
$ zef install Sparrowdo::Cpanm::GitHub
# SYNOPSIS
[Sparrowdo](https://github.com/melezhik/sparrowdo) module to installs CPAN modules fetched from remote GitHub repositories.
# Descritpion
Installs CPAN modules taken from GitHub repositories and branches.
# Usage
$ cat sparrowfile
# install https://github.com/melezhik/outthentic
# master branch
module-run 'Cpanm::GitHub', %(
user => "melezhik", # github user, required
project => "outthentic", # GitHub project, required
);# install "realtime-stdout" branch
module-run 'Cpanm::GitHub', %(
user => "melezhik", # github user, required
project => "outthentic", # GitHub project
branch => "realtime-stdout" # Branch name; If not set master branch installed
);# Limitation
If need more precise control on CPAN modules installations consider [cpan-*](https://github.com/melezhik/Sparrow6/blob/master/documentation/dsl.md#cpan-packages)
functions come from Sparrow DSL.This is pretty straightforward install using system (root) installation.
## LICENSE
All files (unless noted otherwise) can be used, modified and redistributed
under the terms of the Artistic License Version 2. Examples (in the
documentation, in tests or distributed as separate files) can be considered
public domain.ⓒ2017 'Alexey Melezhik'