Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roboshoes/Code-Scanner

AIR Tool to scan source code of ActionScript Project. Count lines, calsses, function, etc.
https://github.com/roboshoes/Code-Scanner

Last synced: 3 months ago
JSON representation

AIR Tool to scan source code of ActionScript Project. Count lines, calsses, function, etc.

Awesome Lists containing this project

README

        

# CodeScanner #

> Author: Mathias Paumgarten [www.mathias-paumgarten.com](http://www.mathias-paumgarten.com/)

Code Scanner is a little AIR Tool that let's you count the number of lines you wrote in your ActionScript project, additionally scans how many classes were defined, function, ifs, etc.

You can also pass packages to be left out as you maybe don't want to take credit for any libaries you included.

It is not really hard core tested, but I thought sharing is caring.