Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xsawyerx/gitflux

A Perl port of gitflow. Really? Yes, really!
https://github.com/xsawyerx/gitflux

Last synced: 28 days ago
JSON representation

A Perl port of gitflow. Really? Yes, really!

Awesome Lists containing this project

README

        

NAME
Git::Flux - A Perl port of gitflow

DESCRIPTION
We like gitflow and we like Perl and when we heard gitflow needs to be
rewritten in order to be more portable, we decided to get in gear.

"gitflux" is the love child or Perl and gitflow.

SUBROUTINES/METHODS
new
Create a new object of Git::Flux.

dir
The directory which the Git::Flux instance will be working on.

You can also set this using the "GITFLUX_DIR" environment variable.

repo
Internal Git::Repository object that Git::Flux uses to do all the "Git"
work.

You can construct your own and provide it on initialize.

run
create_repo
A small helper function to create a repository. The directory is taken
from the "dir" hash key in the object. If one does not exist (that means
it was not provided in "new"), it uses the current directory.

AUTHORS
Sawyer X, ""

Philippe Bruhat (BooK), ""

BUGS
Please use the Github Issues tracker.

ACKNOWLEDGEMENTS
c

LICENSE AND COPYRIGHT
Copyright 2010 Sawyer X.

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.