Skip to content

Commit

Permalink
initial beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
elvuel committed Mar 21, 2011
0 parents commit 6b782bc
Show file tree
Hide file tree
Showing 6 changed files with 939 additions and 0 deletions.
Empty file added .gitignore
Empty file.
22 changes: 22 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
== Rails model doc generator(Rake Task)

* Beta version!!! Currently no support, no warranty *.

== Usage & Example
Default:
# Copy templates folder to your app/doc
cp -R templates/ path/to/your_app/doc

# Generate config file for generator
rake elvuel:config APP=model_doc_name

# Setting your models folder in the config file.
key => :folders(Array)

# Generate docs
rake elvuel:gen_dbdoc_files FORCE_RELOAD=true

== Author

Elvuel(elvuel@gmail.com)
Copyright (c) 2011 elvuel(http://elvuel.com), released under the MIT license
Loading

0 comments on commit 6b782bc

Please sign in to comment.