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

Block or report Tavernari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 19 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 6

  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
    #!/bin/bash
    2
    
                  
    3
    # Initialize flags
    4
    ONLY_MESSAGE=false
    5
    VERBOSE=false