Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/xsawyerx/gitflux
- Owner: xsawyerx
- License: other
- Created: 2010-11-04T08:02:25.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-24T16:27:25.000Z (over 13 years ago)
- Last Synced: 2024-10-13T11:37:44.214Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 988 KB
- Stars: 19
- Watchers: 6
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Git::Flux - A Perl port of gitflowDESCRIPTION
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
cLICENSE 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.