1.0.0 • Published 4 years ago

@feizheng/next-git-branch v1.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

next-git-branch

Git branch.

version license size download

installation

npm install -S @feizheng/next-git-branch

usage

import '@feizheng/next-git-branch';

nx.gitBranch()

/*
{
  current: 'feature/page-relad',
  all: [
    'develop',
    'feature/addContent',
    'feature/page-relad',
    'staging',
    'origin/beta',
    'origin/develop',
    'origin/feature/addContent',
    'origin/feature/contentLibrary',
    'origin/feature/independentBiz',
    'origin/feature/page-reload',
    'origin/feature/pptPreview',
    'origin/master',
    'origin/staging'
  ],
  locals: [ 'develop', 'feature/addContent', 'feature/page-relad', 'staging' ],
  remotes: [
    'beta',
    'develop',
    'feature/addContent',
    'feature/contentLibrary',
    'feature/independentBiz',
    'feature/page-reload',
    'feature/pptPreview',
    'master',
    'staging'
  ]
}
*/

license

Code released under the MIT license.