angulartics-xlsx-roster
v1.3.1
Published
A CLI tool that recursively searches the current working directory for angulartics attributes in HTML files and generates an XLSX roster.
Downloads
5
Maintainers
Readme
angulartics-xlsx-roster
A CLI tool that recursively searches the current working directory for angulartics attributes in HTML files and generates an XLSX roster.
Installation
$ npm install -g angulartics-xlsx-roster
Usage
- Open a terminal.
- Go to the project directory that you want to generate the roster for.
- Run
angulartics-xlsx-roster
.
An XLSX file with the angulartics roster will be generated.
Options
--dest
Default: current working directory. The directory where the angulartics roster will be generated.
--filename
Default: analytics.xlsx The name of the generated XLSX file.
--ignore
The directories, files or patterns to ignore separated by commas (no spaces).
--orderBy
Default: file. The order of the angulartics roster. Possible values: analytics-on, analytics-category, analytics-event, analytics-label and file.