@pnpm/git-utils
Utilities for git
Last updated 4 years ago by pnpmuser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @pnpm/git-utils 
SYNC missed versions from official npm registry.

@pnpm/git-utils

Utilities for git

npm version

Installation

pnpm add @pnpm/git-utils

Usage

'use strict'
const { getCurrentBranchName } = require('@pnpm-utils').default

main()
async function main() {
  const branchName = await getCurrentBranch();
  console.log(branchName)
}

License

MIT

Current Tags

  • 2.0.0                                ...           latest (2 years ago)

3 Versions

  • 2.0.0                                ...           2 years ago
  • 1.0.0                                ...           3 years ago
  • 0.1.0                                ...           4 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
  • execa npm:safe-execa@^0.1.1
Dev Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |