1.3.1 • Published 8 years ago

angulartics-xlsx-roster v1.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

npm version dependencies Status

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

  1. Open a terminal.
  2. Go to the project directory that you want to generate the roster for.
  3. 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.

License

MIT