Skip to content

Commit

Permalink
Merge pull request #42 from eventOneHQ/develop
Browse files Browse the repository at this point in the history
1.4.1
  • Loading branch information
nprail committed Apr 16, 2020
2 parents d1bbaf3 + 42ae984 commit e966911
Show file tree
Hide file tree
Showing 3 changed files with 1,331 additions and 960 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ If you want to specify the output file, add the `--output` option:
npm audit --json | npm-audit-html --output report.html
```

You can also fully customize the generated report by providing `--template` option followed by your own handlebars template:

```bash
npm audit --json | npm-audit-html --template ./my-awesome-template.hbs
```

## ✍️ Authors <a name = "authors"></a>

- [@nprail](https://github.com/nprail) - Maintainer
Expand Down
Loading

0 comments on commit e966911

Please sign in to comment.