Groundwork
Mar. 10th, 2010 11:36 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
People seem to like this thing I made!
I wrote a tool, in Ruby, that helps you make empty project templates. I call it Groundwork. You tell it what your projects consist of (like, a manifest file with a certain format, a directory called "lib", a directory called "doc", etc) and then you can create them easily. It comes with a template for a rubygem (which is why I made it in the first place) and you can define more, edit them, etc. It's pretty handy if you're into that sort of thing.
So I uploaded it to rubygems.org, since that's easy to do now. And it's been downloaded over 160 times!
You can download it too, if you want. Just type "gem install groundwork" in the console, if you have Ruby and Rubygems installed.
I wrote a tool, in Ruby, that helps you make empty project templates. I call it Groundwork. You tell it what your projects consist of (like, a manifest file with a certain format, a directory called "lib", a directory called "doc", etc) and then you can create them easily. It comes with a template for a rubygem (which is why I made it in the first place) and you can define more, edit them, etc. It's pretty handy if you're into that sort of thing.
So I uploaded it to rubygems.org, since that's easy to do now. And it's been downloaded over 160 times!
You can download it too, if you want. Just type "gem install groundwork" in the console, if you have Ruby and Rubygems installed.