-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
33 lines (24 loc) · 754 Bytes
/
README
File metadata and controls
33 lines (24 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
==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