This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install nakajima-protocov
protocov /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 27 07:29:53 -0700 2008 | [nakajima] |
| |
History.txt | Thu May 22 19:21:07 -0700 2008 | [nakajima] |
| |
LICENSE.txt | Wed May 21 21:59:16 -0700 2008 | [nakajima] |
| |
Manifest.txt | Thu May 22 18:10:06 -0700 2008 | [nakajima] |
| |
README.txt | Thu May 22 18:17:15 -0700 2008 | [nakajima] |
| |
Rakefile | Thu May 22 19:19:49 -0700 2008 | [nakajima] |
| |
bin/ | Thu May 22 19:24:53 -0700 2008 | [nakajima] |
| |
lib/ | Tue May 27 07:29:53 -0700 2008 | [nakajima] |
| |
protocov.gemspec | Thu May 22 19:23:23 -0700 2008 | [nakajima] |
| |
test/ | Thu May 22 19:19:49 -0700 2008 | [nakajima] |
README.txt
= ProtoCov =
== DESCRIPTION ==
Code coverage docs for Prototype-style Javascript projects
Nothing to look at yet, but stay tuned.
== USAGE ==
First, you need to make sure your project is organized like so:
project/
src/
test/
Where the src directory contains all of your implementation code and
your test directory contains all of your test code.
Find code coverage for your project:
protocov .
View method, class and module definitions by file for you project:
protocov --annotate .
== INSTALL ==
If you want to install ProtoCov, run the following command:
sudo gem install nakajima-protocov --source=http://gems.github.com
Please keep in mind that this project is still in a very early
stage of development and is prone to being buggy as all hell.
== TODO ==
* It's messy.
* DRY things up.. a lot
* Look into using Treetop.
* Remove directory structure requirements



