Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roboshoes/Code-Scanner
- Owner: roboshoes
- Created: 2011-04-18T12:20:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-18T12:38:05.000Z (over 13 years ago)
- Last Synced: 2024-07-29T01:21:04.586Z (3 months ago)
- Language: ActionScript
- Homepage: http://www.mathias-paumgarten.com/downloads/CodeScanner.air
- Size: 746 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - Code-Scanner - AIR Tool to scan source code of ActionScript Project. Count lines, calsses, function, etc. (Utilities / Math)
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.