0.0.4 • Published 6 years ago

hashman v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hashman

You can copy a specific branch latest commit hash to your clipboard.

install

$ npm i hashman -g

usage

$ export HASHMAN_TARGET_PATH="path-of-your-repository"
$ hashman

milestone

  • Connect to github with OAuth
  • Imporve CLI
  • Add interactive mode
  • Support other OS

limitation

  • The hashman based on git command(eg. git rev-parse HEAD). It means you need to setting up the git configuration in your own local repository in advance.