Skip to content

Instantly share code, notes, and snippets.

@dcparker
Created December 16, 2009 21:18
Show Gist options
  • Save dcparker/258188 to your computer and use it in GitHub Desktop.
Save dcparker/258188 to your computer and use it in GitHub Desktop.
mkgem - an interactive prompt to help you assemble a gem from scratch
#!/usr/bin/env ruby
# Command: mkgem
# Usage: mkgem gemname
# mkgem will prompt you for all of the pieces of information
# it needs to create a gem using jeweler.
# PLEASE FEEL FREE TO FORK AND CONTRIBUTE!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment