Socket
Socket
Sign inDemoInstall

git-username

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-username

Extract the username from a git remote origin URL.


Version published
Weekly downloads
74K
increased by5.08%
Maintainers
1
Weekly downloads
 
Created
Source

git-username NPM version

Extract the username from a git remote origin URL.

This differs from git-user-name, which provides name of the current user from git config.

Install

Install with npm:

npm i git-username --save

Usage

var username = require('git-username');
console.log(username);
//=> jonschlinkert

Here are a few related projects:

  • git-branch: Get the current branch for a local git repository
  • git-repo-name: Get the repository name from the git remote origin URL
  • git-user-email: Get the current user's git email address.
  • git-user-name: Get the name of the current user from git config, at the project or global scope, depending on what git uses in the current context.
  • git-username: Get the username from a git remote origin URL.
  • github-repo-url: Extract a GitHub project's URL from its git repository URL.

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on April 04, 2014.

Keywords

FAQs

Package last updated on 15 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc