Created
December 16, 2009 21:18
-
-
Save dcparker/258188 to your computer and use it in GitHub Desktop.
mkgem - an interactive prompt to help you assemble a gem from scratch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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