@pnpm/git-utils
Utilities for git
Last updated 2 years ago by pnpmuser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm 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 (7 months ago)

3 Versions

  • 2.0.0                                ...           7 months ago
  • 1.0.0                                ...           2 years ago
  • 0.1.0                                ...           2 years ago
Maintainers (2)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
  • execa npm:safe-execa@0.1.2
Dev Dependencies (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE