Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

7ojo/perl6-git-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git::Simple

Build Status

Simple interface to Git command

SYNOPSIS

#!/usr/bin/env perl6

use v6;
use lib 'lib';
use Git::Simple;

for '..'.IO.dir -> $path {
    if $path.d {
        say "» path=" ~ $path.Str;
        say Git::Simple.new(cwd => $path.Str).branch-info;
    }
}

About

Simple interface to Git command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%