API-GitForge

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "gpl_3"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "API-GitForge",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }

META.yml  view on Meta::CPAN

---
abstract: 'generic interface to APIs of sites like GitHub, GitLab etc.'
author:
  - 'Sean Whitton <spwhitton@spwhitton.name>'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
license: gpl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: API-GitForge
requires:
  Carp: '0'

bin/git-clean-forge-fork  view on Meta::CPAN


version 0.007

=head1 SYNOPSIS

B<git clean-forge-fork> [B<--upstream=>I<REMOTE>]

=head1 DESCRIPTION

Creates a fork for proposing changes to a project hosted on a git
forge, like GitHub or GitLab.  Also configures the fork to make it
obvious that it only exists for submitting changes, so that the fork
clutters up your git forge profile a bit less.  Also adds a 'fork'
remote to which you can push your proposed changes.

=head1 OPTIONS

=over 4

=item B<--upstream=>I<REMOTE>



( run in 0.270 second using v1.01-cache-2.11-cpan-283623ac599 )