qrush / sub

a delicious way to organize programs
http://37signals.com/svn/posts/3264-automating-with-convention-introducing-sub
MIT License
1.74k stars 148 forks source link

New command #26

Closed ljrpicasso closed 6 years ago

ljrpicasso commented 11 years ago

I've put together a sub-new command for generating the template for a new sub command. It is written in ruby, because I wanted to make use of the ERB handling - the alternate language generators are just ERB templates. I've got simple examples for bash and ruby. There are no dependencies on outside gems, because our concept was to limit this type of dependency.

Not sure if a pull request is appropriate, since this would add a dependency for ruby, but for the people I know, this isn't a problem.

Any ideas? Should I pass it up?

John

qrush commented 11 years ago

You could at least toss it on gist! Maybe we could give a shot at converting it in some way into bash.

jeffreyroberts commented 11 years ago

I have a small "devkit" I wrote in bash, I will PR it

jeremy commented 6 years ago

38