Some stats of an Angular project
convert folders
haxe build_interp.hxml -i path/to/folder
//
haxe build_interp.hxml -i _testme/one
convert files
haxe build_interp.hxml -i _testme/one/file.service.ts
----------------------------------------------------
Lia-angular-stats (0.0.1)
--version / -v : version number
--help / -h : show this help
--in / -i : path to project folder
--out / -o : write readme (WIP)
--force / -f : force overwrite
--dryrun / -d : run without writing files
--basic / -b : test without content
--debug : write test with some extra debug information
----------------------------------------------------