Hall-of-fame helps you show some love to your contributors. It automatically highlights your new, trending, and top contributors, and updates every hour. You can put this widget anywhere inside your README, e.g. to "Contributing" section. No maintenance is required. Every hour, Hall-of-fame looks into recent commits of your repo using GitHub API. It then selects three categories of contributors: new (those who made their first commit to your repo in the last 7 days), trending (those with most commits in the last 7 days), and top (those with most commits of all time). It then selects up to three new contributors, up to 4 trending contributors, and if total is less than 7, it fill up the remaining spots with top contributors.
readme contributors readme-badges social-buttons readme-quality commits badges contributing contributions readme-template repository repo social communityA shell command to open a git URL in your browser that matches your shell's current branch and working directory. Works for GitHub, BitBucket, and GitLab repositories. Runs on Mac, Linux, Cygwin, and Windows.
github repo productivity shortcut bash shell bitbucket gitlabShowcase of GitHub repos with Pokémon names. Pokémon data and images are extracted from the official Pokédex web site. All Pokémon content is © Nintendo, Game Freak, and The Pokémon Company.
pokemon nintendo github repository repositories repoFor checking what collaborators, hooks, deploy keys, and protected branches you have added on all your GitHub repositories. This also scans all an organization's repos you have permission to view. Because nobody has enough RAM in their brain to remember this stuff for 100+ repos. Check out genuinetools/pepper for setting all your GitHub repo's master branches to be protected. Pepper even has settings for organizations and a dry-run flag for the paranoid.
github git auditing security repos repo cliLike git ls-remote, which doesn't require cloning the repo, but this is 100% JavaScript, meaning no dependency on the Git binary.Really just some minor glue to @chrisdickinson's awesome work on reimplementing Git in JavaScript.
git tags tag remote repo repository vanilla js ls commit sha urlA simple command line prompt enhancer that shows the state of the current git repo (ps1).If the health of your git repository is ok, git-ps1 will just show you the current branch. If the health is bad, git-ps1 will also show 👎 next to the branch.
git repo repository ps1 prompt cli command bash zsh enhance health state branch dirty untraced aheadGet the current state of any git repository.Calls the callback with a boolean which is either true or false depending on if the given path contains a git repository.
git status state branch repo repository ahead dirty untrackedEasily download Github repos without any external dependencies such as Git, Tar, Unzip, etc.I really like the concept of managing user defined projects, repos, file structures (package management) on Github like the way that Component does package management. I have a package management system Rock that I use to create skeleton/templates of projects. I wanted Rock to use Github as a package management system. I also didn't want any dependencies amongst any 3rd party programs like Git, Tar, or Unzip. Pure Node.js JavaScript is what I wanted.
github repository repo download fetch gitReturns a promise for an array.Username to add as collaborator.
api collab github repo repositoriesReturns a promise for an Array with the removed repositories.Token to authenticate with. If you don't have a token you can generate a new one here.
api cli forks github repo repositoryReturns a Promise for an Array with the the repositories.Username to fetch repos from.
cli-app cli api github repo repositoriesCreates a new GitHub repository from your current folder, and then runs the initial git commands to commit and push the contents. If the folder has a package.json it will pull the repo's description, name and homepage from that.The example below pushes the contents of my-module to a new GitHub repository with the specified commit message. On first run, it will prompt for authentication.
tool utility gh repo repository new make create github git hub module npm packageYou can customize which files to hide and you can make it more minimal in the extension's options page.Install it from the Chrome Web Store or manually.
chrome-extension browser-extension github repo chromeIt will attempt to open the upstream repo if there is one or the forked repo.Add alias gh=gh-home to your .zshrc/.bashrc, so that you can run it with $ gh instead.
cli-app cli github git gh repo repository page home open cwd current directoryReturn a stream of 'data' events with commit objects of all the commit properties.If you pipe to the stream on the present tick you can pipe git log data directly to this parser. Otherwise git log will be called automatically.
git history commit repoProbably only usable as a dependency of DefinitelyTyped.See the Gruntfile.js for additional commands.
typescript definition repo testerA node module that extracts useful properties like user and repo from various flavors of bitbucket URLs. There's also a GitHub equivalent to this library: github-url-to-object.
bitbucket url repo
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.