bitjson / wip

WIP & naenae: CLI utilities to easily manage Work In Progress with Git
48 stars 3 forks source link

WIP with Options #8

Open stalinkay opened 7 years ago

stalinkay commented 7 years ago

@bitjson Hi, thanks for this cool tool. I think you take it a step further by making it possible to use it with flags.

I currently use this in a bump-version script: git commit -m "chore: Bump Version to 1.0.0"

Would be cool if I could use:

naenae -m "chore: Bump Version to 1.0.0"

You could also add flags for things like wip silently with commitizen etc. for use everytime you run the command without changing your global configuration. I think this will add value to your already cool CLI.

bitjson commented 7 years ago

Thanks for opening the issue @stalinkay! Glad to hear you're getting value out of the project. That's a great idea, I'd definitely love to get flags like that working.

I'm afraid I don't have much time to work on wip right now, but I marked the issue as "help wanted", and I'd love to take a PR!