Skip to content

Commit

Permalink
Better readme again.
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jun 2, 2012
1 parent fa001a5 commit c996285
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -3,11 +3,8 @@ archie

![Archie, a totally uncopyrighted image.](http://upload.wikimedia.org/wikipedia/en/0/0d/Archieandrwcmc.png)

**archie** is a simple archetype system for Node.js.

Archetypes are essentially directories containing a ton of standard files.
Archetype variables are declared with `${varname}`, where `varname` is the name
of the variable that will be replaced in the file.
**archie** is a simple archetype system for Node.js. archie takes an archetype (essentially a folder),
filters the files by replacing variables with specified values, and puts it in a new folder.

This module was greatly inspired by Apache Maven. If you do anything on the JVM,
check it out. It's holy.
Expand Down

0 comments on commit c996285

Please sign in to comment.