App-GitKtti

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

bin/gitktti-delete
bin/gitktti-fix
bin/gitktti-fixend
bin/gitktti-move
bin/gitktti-tag
bin/gitktti-tests
t/01-basic.t
t/02-functions.t
README.md
docs/index.html
docs/assets/gitktti_logo.png
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)

README.md  view on Meta::CPAN

<h1 align="center">
  <a href="https://saumon.github.io/gitktti/" target="_blank">
    <img src="docs/assets/gitktti_logo.png" alt="GitKttiâ„¢ Logo - Click to visit landing page" width="150"/>
  </a>
</h1>

# The `gitktti` project *- by saumonâ„¢*

[![Landing Page](https://img.shields.io/badge/Landing_Page-saumon.github.io%2Fgitktti-blue.svg)](https://saumon.github.io/gitktti/)
[![CPAN version](https://badge.fury.io/pl/App-GitKtti.svg)](https://metacpan.org/pod/App::GitKtti)
[![License](https://img.shields.io/badge/license-Perl_5-blue.svg)](LICENSE)

The `gitktti` scripts are provided to help developers safely use git flow. So powerful... 🚀

docs/index.html  view on Meta::CPAN

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GitKttiâ„¢ - Git Flow Made Simple</title>
    <meta name="description" content="GitKttiâ„¢ is a powerful collection of Perl scripts designed to simplify Git Flow workflow for developers">
    <link rel="icon" type="image/png" href="assets/gitktti_logo.png">
    <link rel="apple-touch-icon" href="assets/gitktti_logo.png">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }

docs/index.html  view on Meta::CPAN


        .logo-container {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .git-logo {
            width: 50px;
            height: 50px;
            background: url('assets/gitktti_logo.png') center/contain no-repeat;
            filter: drop-shadow(0 0 15px rgba(240, 101, 67, 0.5));
            transition: all 0.3s ease;
        }

        .git-logo:hover {
            transform: scale(1.1) rotate(5deg);
            filter: drop-shadow(0 0 25px rgba(240, 101, 67, 0.8));
        }

        .logo {

docs/index.html  view on Meta::CPAN

            text-align: center;
            padding: 8rem 0;
            color: white;
            position: relative;
            animation: fadeInUp 1.5s ease-out;
        }

        .hero-logo {
            width: 150px;
            height: 150px;
            background: url('assets/gitktti_logo.png') center/contain no-repeat;
            margin: 0 auto 2rem;
            filter: drop-shadow(0 0 30px rgba(240, 101, 67, 0.6));
            animation: float 4s ease-in-out infinite;
        }
        .hero h1 {
            font-size: 5rem;
            margin-bottom: 1rem;
            text-shadow: 0 0 40px rgba(102, 126, 234, 0.6);
            background: linear-gradient(45deg, #667eea, #764ba2, #ff6b6b);
            -webkit-background-clip: text;

docs/index.html  view on Meta::CPAN

            </div>
        </div>
    </header>

    <section class="hero">
        <div class="container">
            <div class="hero-logo"></div>
            <h1>GitKttiâ„¢</h1>
            <p class="subtitle">Git Flow Made Simple</p>
            <p class="tagline">A modern CPAN-ready collection of tools designed to streamline your Git Flow workflow</p>
            <a href="https://github.com/saumon/gitktti" class="cta-button"><img src="assets/github.png" alt="GitHub" style="height:1.2em; vertical-align:middle; margin-right:0.5em;">View on GitHub</a>
        </div>
    </section>

    <div class="container">
        <main class="main-content">
            <section class="features">
                <h2>Why GitKttiâ„¢?</h2>
                <div class="features-grid">
                    <div class="feature-card">
                        <div class="feature-icon">🌿</div>



( run in 1.488 second using v1.01-cache-2.11-cpan-df04353d9ac )