Git Product home page Git Product logo

fluenthub's Introduction

FluentHub

A stylish yet powerful GitHub client.

Release Discord Platform


🎁 Installation

Via Microsoft Store

This is the preferred installation method. It allows you to always be on the latest version when we release new builds via automatic updates.

Warning After migrating FluentHub to the WASDK, there is a problem that Azure Pipeline do not publish misx packages. we generated misxbundle manually and temporarily uploaded it to the GitHub Releases page, but misxupload for the Microsoft Store could not be generated by Azure Pipeline. So we will stop updating the app package for the Store until Azure Pipeline is recovered, and investigate the problem.

Via GitHub

Released builds can be manually downloaded from this repository's releases page.

Download the FluentHub_<versionNumber>.msixbundle file from the Assets section. In order to install the app, you can simply double-click on the .msixbundle file, and the app installer should automatically run. If that fails for any reason, you can try the following command with a PowerShell prompt:

# NOTE: If you are using PowerShell 7+, please run
#   Import-Module Appx -UseWindowsPowerShell
# before using Add-AppxPackage.

Add-AppxPackage FluentHub_<versionNumber>.msixbundle

Building from source

See the build section.

📸 Screenshots

May not always be up-to-date due to constant changes to the user interface

image image

🧑‍💻 Contributing

There are multiple ways to participate in the community:

If you are interested in fixing issues and contributing directly to the code base, please refer to the documentation, which covers the following:

🏗️ Codebase Structure

.
├──lib                               // Library for submodules.
|  └──octokit.graphql.net            // Official library for GitHub GraphQL API.
└──src                               // The source code.
   ├──FluentHub.App                  // Code for most front-end elements of the app.
   ├──FluentHub.Core                 // Core elements of the app.
   ├──FluentHub.Octokit              // Code for most back-end and API-related elements of the app such as mutations and queries.
   └──FluentHub.Octokit.Generation   // GitHub GraphQL API model generator.

🗃️ Contributors

🦜 Feedback

🔨 Building the Code

1. Prerequisites

Ensure you have installed the following tools:

  • Windows 10 2004 (10.0.19041.0) or later with Developer Mode on in the Windows Settings
  • Git
  • Visual Studio 2022 with following individual components:
    • the Windows 11 (10.0.22000.0) SDK
    • UWP Development Kit
    • .NET SDK

2. Git

Clone the repository:

git clone https://github.com/FluentHub/FluentHub

Initialize submodules recursively:

git submodule update --init --recursive

3. Prepare OAuth credentials

See the documentation.

Warning: If you skip this step, Visual Studio will give a fatal error that the AppCredentials.config file does not exist.

4. Build the project

  • Open FluentHub.sln.
  • Hit 'Set as Startup item' on FluentHub.App in the Solution Explorer.
  • Build with DEBUG|x64|FluentHub.App (Universal Windows).

💳 Credit

  • Some application icons were created by Icons8.
  • Many thanks to Joseph Beattie for creating our current logo.

📱 Contact

The easiest way to contact us is to join our Discord.

If you would like to ask a question, please reach out to us via Twitter:

⚖️ License

Copyright (c) 2022 FluentHub Team

Licensed under the MIT license as stated in the LICENSE.

fluenthub's People

Contributors

0x5bfa avatar arihant2math avatar dependabot[bot] avatar lamparter avatar bobbyesp avatar luandersonn avatar germanaizek avatar taiizor avatar hunterlan avatar itswindows11 avatar bennett-sh avatar iiahmedyt avatar gaoyifei1011 avatar

Stargazers

Media Explorer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.