Displaying 1 to 20 from 1325 results

pages-gem - A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages

  •    Ruby

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages.Important: Make sure you have Bundler > v1.14 by running gem update bundler in your terminal before following the next steps.

VisualStudio - GitHub Extension for Visual Studio

  •    CSharp

The Visual Studio 2017 15.3 installer has a bug that causes a corruption of the installed extensions data when you revert an installation of the extension (see also this MS issue). Until VS 2017 15.4 comes out, do not use Revert in Extensions and Updates.If you have an existing clone, make sure to run git submodule sync to update your local clone with the new locations for the submodules.

Git-Credential-Manager-for-Windows - Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication

  •    CSharp

The Git Credential Manager for Windows (GCM) provides secure Git credential storage for Windows. It's the successor to the Windows Credential Store for Git (git-credential-winstore), which is no longer maintained. Compared to Git's built-in credential storage for Windows (wincred), which provides single-factor authentication support working on any HTTP enabled Git repository, GCM provides multi-factor authentication support for Visual Studio Team Services, Team Foundation Server, GitHub, and Bitbucket.This is a community project so feel free to contribute ideas, submit bugs, fix bugs, or code new features. For detailed information on how the GCM works go to the wiki.

gh-polls - Polls for user feedback in GitHub issues

  •    Go

User polls for GitHub powered by Up.These polls work by pasting individual markdown SVG images into your issue, each wrapped with a link that tracks a vote. A single vote per IP is allowed for a given poll, which are stored in DynamoDB.




GitHunt-React - :arrows_clockwise: An example app frontend built with Apollo Client and React

  •    Javascript

An example of a client-side app built with React 16 and Apollo Client 2.0.See the application running live at http://www.githunt.com.

CodeHub - CodeHub is an iOS application written using Xamarin

  •    CSharp

CodeHub is the best way to browse and maintain your GitHub repositories on any iPhone, iPod Touch, and iPad device! Keep an eye on your projects with the ability to view everything from pull requests to commenting on individual file diffs in the latest change set. CodeHub brings GitHub to your finger tips in a sleek and efficient design.Contributions are absolutely welcome! The project is built on Xamarin, a free C# framework for iOS applications. You'll need to download this to build the project.

desktop - Simple collaboration from your desktop

  •    TypeScript

GitHub Desktop is an open source Electron-based GitHub app. It is written in TypeScript and uses React.There are several community-supported package managers that can be used to install Github Desktop.

browser-extension - OctoLinker – Available on Chrome, Firefox and Opera

  •    Javascript

First of all, it's a browser extension. Once installed, it allows you to navigate through projects on GitHub.com efficiently.Most projects consist of many files and third party dependencies. Files are referencing other files and / or dependencies by language specific statements like include or require. Dependencies are most likely declared in a file called manifest e.g. package.json or Gemfile. The OctoLinker browser extensions makes these references clickable. No more copy and search.


refined-github - Browser extension that simplifies the GitHub interface and adds useful features

  •    Javascript

We use GitHub a lot and notice many dumb annoyances we'd like to fix. So here be dragons.Our hope is that GitHub will notice and implement some of these much needed improvements. So if you like any of these improvements, please email GitHub support about doing it.

octokit.rb - Ruby toolkit for the GitHub API

  •    Ruby

Ruby toolkit for the GitHub API.Upgrading? Check the Upgrade Guide before bumping to a new major version.

rest.js - GitHub REST API client for Node.js

  •    Javascript

Install with npm install @octokit/rest.Note: authenticate is synchronous because it only sets the credentials for the following requests.

github-todos - Git hook to convert your TODOs into Github issues

  •    Javascript

Github-Todos is a git hook to convert your TODOs into Github issues. You can read the full presentation from wiki for detailed information.

github-markdown-toc - Easy TOC creation for GitHub README.md

  •    Shell

gh-md-toc — is for you if you want to generate TOC for README.md or GitHub's wiki page and don't want to install any additional software.It's more solid, reliable and with ability of a parallel processing. And absolutely without dependencies.

github-markdown-css - The minimal amount of CSS to replicate the GitHub Markdown style

  •    HTML

Import the github-markdown.css file and add a markdown-body class to the container of your rendered Markdown and set a width for it. GitHub uses 980px width and 45px padding, and 15px padding for mobile.See generate-github-markdown-css for how it's generated and ability to generate your own.

webhook - webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands

  •    Go

webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. You can also pass data from the HTTP request (such as headers, payload or query variables) to your commands. webhook also allows you to specify rules which have to be satisfied in order for the hook to be triggered.For example, if you're using Github or Bitbucket, you can use webhook to set up a hook that runs a redeploy script for your project on your staging server, whenever you push changes to the master branch of your project.

release - Generate changelogs with a single command

  •    Javascript

When run, this command line interface automatically generates a new GitHub Release and populates it with the changes (commits) made since the last release.You can find an example of how to prepare a release in your project here.

gitsome - A supercharged Git/GitHub command line interface (CLI)

  •    Python

An Official Integration for GitHub and GitHub Enterprise.The Git command line does not integrate with GitHub, forcing you to toggle between command line and browser.

gh-pages - General purpose task for publishing files to a gh-pages branch on GitHub

  •    Javascript

Publish files to a gh-pages branch on GitHub (or any other branch anywhere else). This module requires Git >=1.9.

login-with - Stateless login-with microservice for OAuth

  •    Javascript

You can deploy with now or Docker (for mandatory and optional env variables see below). This microservice must run in a subdomain of yours, e.g. login.yourdomain.com.

doctoc - 📜 Generates table of contents for markdown files inside local git repository

  •    Javascript

Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites via a command line flag. In its simplest usage, you can pass one or more files or folders to the doctoc command. This will update the TOCs of each file specified as well as of each markdown file found by recursively searching each folder. Below are some examples.