cessor / signature_survey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signature Survey

Prints a Signature Survey for all source files in current folder and subfolders.

Build and run

To build, just checkout this repo and run make:

$ git clone git@github.com:suspectpart/signature_survey
$ cd signature_survey
$ make && sudo make install

sigs will be installed in /usr/local/bin. To run it call:

$ sigs -t .java -l 100

Uninstall

To uninstall sigs from your system, just run

$ make uninstall

About

License:Apache License 2.0


Languages

Language:C 97.0%Language:Makefile 3.0%