Skip to content
View Tavernari's full-sized avatar
💻
💻

Block or report Tavernari

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. StringContainsOperators StringContainsOperators Public

    StringContainsOperators is a Swift library that provides custom operators for performing advanced string search operations with an intuitive and expressive syntax. This library simplifies the proce…

    Swift 29 1

  2. DIContainer DIContainer Public

    DIContainer Swift is an ultra-light dependency injection container made to help developers to handle dependencies easily. It works with Swift 5.1 or above.

    Swift 22 1

  3. SimpleMock SimpleMock Public

    SimpleMock is a very light way to create Mocks as you need.

    Swift 2 1

  4. tagent tagent Public

    Python 7

  5. This script automates commit message... This script automates commit message generation using AI. It analyzes the current git diff, sends it to an Ollama model (tavernari/git-commit-message:reasoning), and formats the output neatly.
    1
    #!/usr/bin/env bash
    2
    set -u
    3
    set -o pipefail
    4
    
                  
    5
    # =======================================================