README.md in noe-1.1.0 vs README.md in noe-1.2.0
- old
+ new
@@ -1,16 +1,16 @@
# Noe - A simple and extensible project generator
-Noe is a tool that generates projects from predefined skeletons (aka project/application
-templates). Skeletons are designed for building specific products (a ruby library, a static
-or dynamic web site, ...). Noe instantiates them and helps you maintaining your product
-via meta-information provided by a .noespec yaml file.
+Noe is a tool that generates project skeletons from predefined templates. A template is designed
+for a specific product (a ruby library, a static or dynamic web site, ...). Noe instantiates
+templates and helps you maintaining your product via meta-information provided by a .noespec yaml
+file. In contrast to other tools, Noe is not specific to certain kinds of products. Writing your
+own template is possible and even simple!
-Noe comes bundled with a skeleton for creating and maintaining a ruby gem. This skeleton
-is written and maintained to follow ruby best practices and may also be tuned for your own
-needs. Read more about it and related projects as well as the underlying philosophy in the
-sections below.
+Noe comes bundled with a skeleton for creating and maintaining a ruby gem. This skeleton is written
+and maintained to follow ruby best practices and may also be tuned for your own needs. Read more
+about it and related projects as well as the underlying philosophy in the sections below.
## Getting started
[sudo] gem install noe
[noe --help]
@@ -29,10 +29,11 @@
# Launch template instantiation
noe go
That's it! But also have a look at 'noe help prepare' and 'not help go' for additional
-options.
+options. Also have a look at [http://revision-zero.org/noe](http://revision-zero.org/noe)
+for a blog post about basic usage.
## Philosophy
Noe is designed to follow a certain number of good principles and helps you following
them as well.