lerna-utils-git-command

0.0.12 • Public • Published

lerna-utils-git-command

NPM version NPM Downloads Prettier Conventional Commits

Internal Package: Git Utils (eg. clone/fetch/pull/checkout/compare)

Installation

npm install lerna-utils-git-command
# or use yarn
yarn add lerna-utils-git-command

Usage

const gitCommand = require('lerna-utils-git-command')

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure npm test passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by imcuttle.

License

MIT - imcuttle

Package Sidebar

Install

npm i lerna-utils-git-command

Weekly Downloads

4

Version

0.0.12

License

none

Unpacked Size

7.37 kB

Total Files

4

Last publish

Collaborators

  • moyuyc