https://github.com/matthijskamstra/lia-angular-stats
https://github.com/matthijskamstra/lia-angular-stats
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthijskamstra/lia-angular-stats
- Owner: MatthijsKamstra
- License: mit
- Created: 2023-07-07T07:05:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T14:49:44.000Z (7 months ago)
- Last Synced: 2025-01-22T02:48:54.243Z (3 months ago)
- Language: Haxe
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lia-Angular-Stats
Some stats of an Angular project

## how it works
convert folders
```bash
haxe build_interp.hxml -i path/to/folder
//
haxe build_interp.hxml -i _testme/one
```convert files
```bash
haxe build_interp.hxml -i _testme/one/file.service.ts
```## help
```
----------------------------------------------------
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
----------------------------------------------------
```