An open API service indexing awesome lists of open source software.

https://github.com/ged/geds-rake-tasklibs

A collection of rake task libraries I use in a number of different projects. It's a git mirror of my main Mercurial repo.
https://github.com/ged/geds-rake-tasklibs

Last synced: about 1 year ago
JSON representation

A collection of rake task libraries I use in a number of different projects. It's a git mirror of my main Mercurial repo.

Awesome Lists containing this project

README

          

= <%= settings['project_name'] %>

<% if settings['project_description'] %>
<%= settings['project_description'] %>
<% else %>
<%= settings['project_name'] %> is <%=
settings['project_summary'].sub( /^([A-Z])/ ) { $1.downcase } %>.
<% end %>

You can check out the current development source with Mercurial like so:

hg clone http://repo.deveiate.org/<%= settings['project_name'].gsub( /\s+/, '' ) %>

You can submit bug reports, suggestions, and read more about future plans at the
project page:

<%= settings['project_homepage'] %>

== License

See the included LICENSE file for licensing details.