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.
- Host: GitHub
- URL: https://github.com/ged/geds-rake-tasklibs
- Owner: ged
- Created: 2010-10-18T15:51:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-29T23:27:23.000Z (over 15 years ago)
- Last Synced: 2025-02-10T20:56:51.272Z (over 1 year ago)
- Language: Ruby
- Homepage: http://repo.deveiate.org/rake-tasklibs
- Size: 781 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.template.erb
- License: LICENSE.template.erb
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.