Project

seedling

0.0
No commit activity in last 3 years
No release in over 3 years
A lightweight tool to create new ruby library trees, with helpers to make gemming and maintaining a breeze.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
==Seedling
----------

Seedling is a tool for creating ruby projects.  It aims to add
tasks (via a Rakefile and some tasks/*.rake) which allow for quick
and easy publishing of your new ruby library, via github and or rubyforge.
It automates some of the monotony such as
 
* Re-Versioning
* AUTHORS updating
* .gemspec updates
* building a gem, tarball, zip, source export tree
* Test (spec) running, via a bacon task and bacon spec helper (we love bacon)
* Documentation via yard
* CHANGELOG updating

== Download

using git
 git clone https://github.com/deathsyn/seedling.git

==Usage
-------

To start, one can run:
 seedling --help

to see available options.

For the impatient, try this:
 seedling plant /path/to/tree

Copyright(c) 2009 The Rubyists