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

https://github.com/matthijskamstra/lia-angular-stats


https://github.com/matthijskamstra/lia-angular-stats

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Lia-Angular-Stats

Some stats of an Angular project

![](icon.png)

## 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
----------------------------------------------------
```