AuroraEditor / Version-Control-Kit

A Version Control Kit that allows Aurora Editor to do everything git related.
https://auroraeditor.github.io/Version-Control-Kit/
GNU Affero General Public License v3.0
9 stars 3 forks source link
aeide aurora aurora-editor bitbucket editor git github gitlab source-control version-control

Logo

Version Control Kit

Overview

The AuroraEditor Version Control Kit is a comprehensive tool designed to facilitate version control operations within the AuroraEditor environment. It enables actions such as committing, pulling, pushing, and fetching history for entire files or specific lines of code. This project is an extraction from the main AuroraEditor Repository and is currently under development.

Features (Not limited to the below mentioned)

Installation

Requirements

Using Swift Package Manager

  1. Add Dependency: Edit your Package.swift to include AuroraEditor Version Control Kit as a dependency:

    dependencies: [
     .package(url: "https://github.com/AuroraEditor/Version-Control-Kit.git", from: "Version-0")
    ]

    Else if you want the latest up to date version use the branch name:

    dependencies: [
     .package(url: "https://github.com/AuroraEditor/Version-Control-Kit.git", .branch("main"))
    ]

    Usage

The AuroraEditor Version Control Kit's source code is in the process of being thoroughly documented. While many functions include detailed explanations, cautionary notes, and examples with their requirements, there are some areas still pending comprehensive documentation. These will be addressed and updated in due time. Users can look forward to a future How-To guide that will provide additional structured guidance on using the toolkit's capabilities.

Socials

Twitter Follow Discord

Licenses

Intellectual Property License

GNU Affero General Public License v3.0