Can-So / HopStack

A beautifully crafted application stack for software teams. See the Demo ->
http://beardandfedora.com/hopstack
GNU General Public License v2.0
1 stars 2 forks source link

Add {beep}, {boop}, and {bop} version bumping #4

Open thinq4yourself opened 9 years ago

thinq4yourself commented 9 years ago

This could be done easily if we used Gulp on this project, but we use Grunt.

Reference: https://github.com/BeardandFedora/gulp-boop

Port this over to Grunt, or...

Try pure Node: https://github.com/BeardandFedora/node-boop

Or, we could try something someone else has already tried, like...

  1. https://github.com/gruntjs/grunt-contrib-bump
  2. https://github.com/vojtajina/grunt-bump
  3. https://github.com/darsain/grunt-bumpup
  4. https://github.com/JonnyBGod/grunt-push-release

Enough!

yaboi commented 9 years ago

@thinq4yourself - Should we create a grunt-boop project just for shits and gigs? It can't do anything but bump up repo status, right?

I can look further into this because I have a similar ticket for a personal project. See Issue 21, Passion Driven Portfolio

thinq4yourself commented 9 years ago

Hmmm, I like gulp-boop. The pure way to do it outside of Yeoman or Grunt is $ npm version (see this).

I want to migrate to gulp which is how I'll likely solve it in this project. Grunt has become a bit of a bother to me, where Gulp is really magical and full of rainbows and unicorns.

More to come...

yaboi commented 9 years ago

You had me at magical.

I'd rather gulp whiskey than grunt at it anyway.

Archer