Skip to content

Instantly share code, notes, and snippets.

View adstage-david's full-sized avatar

David Haslem adstage-david

View GitHub Profile
@wr0ngway
wr0ngway / changelog
Last active August 29, 2015 13:57
For generating changelogs for bundler rubygem projects
#!/usr/bin/env ruby
require 'bundler'
changelog_file = 'CHANGELOG'
entries = ""
helper = Bundler::GemHelper.new(Dir.pwd)
current_version = "v#{helper.gemspec.version}"
starting_version = nil
@paulmillr
paulmillr / brunch-heroku-deploy.md
Last active March 29, 2019 23:12
Build & deploy brunch applications on Heroku.
  1. Add to .gitignore:

    node_modules
    public
    
  2. Add to your app dependencies of package.json:

@chetan
chetan / yardoc_cheatsheet.md
Last active May 10, 2024 02:53
YARD cheatsheet