kurttheviking / git-rev-sync-js

Synchronously get the current git commit hash, tag, or branch
MIT License
169 stars 57 forks source link

Function to get all the info #24

Open kordianbruck opened 7 years ago

kordianbruck commented 7 years ago

Would be great to have a function that could return all the information in an object in one go, instead of having to call each of them separately

kurttheviking commented 6 years ago

@kordianbruck that's a great idea! can you submit a PR for it?

sp3897 commented 4 years ago

hi @kurttheviking @kordianbruck , I tried to add a function in this PR - please review

kordianbruck commented 4 years ago

I guess this is https://github.com/kurttheviking/git-rev-sync-js/pull/54

sp3897 commented 4 years ago

yes, its #54