dannypurcell / rubycom

Turn your library into a command-line app by simply including Rubycom.
http://dannypurcell.github.io/rubycom/
MIT License
5 stars 0 forks source link

Add generator for gem and tests #7

Closed dannypurcell closed 10 years ago

dannypurcell commented 11 years ago

Rubycom should provide a rubycom generate <project_name> command to a system on which Rubycom is installed. This command should generate a new gem project including the standard folder layout, a module in the lib folder and an executable in the bin folder along with scaffold tests.