Formatter for nsp that just writes a nice table to a file
npm install nsp-formatter-writefile[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Travis CI Build][travis-image]][travis-url]
[![Deps][david-image]][david-url]
[![Dev Deps][david-dev-image]][david-dev-url]
A nsp-formatter that writes the output to a file as scan-nsp.txt. This module should only be used until this feature request is implemented.
npm install --save-dev nsp-formatter-writefile
````
nsp check --output writefile
If you run into problems, please create an Issue or, even better, send a pull request.
[npm-image]: https://img.shields.io/npm/v/nsp-formatter-writefile.svg
[npm-url]: https://npmjs.org/package/nsp-formatter-writefile
[downloads-image]: https://img.shields.io/npm/dm/nsp-formatter-writefile.svg
[downloads-url]: https://npmjs.org/package/nsp-formatter-writefile
[travis-image]: https://img.shields.io/travis/ewanharris/nsp-formatter-writefile.svg
[travis-url]: https://travis-ci.org/ewanharris/nsp-formatter-writefile
[david-image]: https://img.shields.io/david/ewanharris/nsp-formatter-writefile.svg
[david-url]: https://david-dm.org/ewanharris/nsp-formatter-writefile
[david-dev-image]: https://img.shields.io/david/dev/ewanharris/nsp-formatter-writefile.svg
[david-dev-url]: https://david-dm.org/ewanharris/nsp-formatter-writefile#info=devDependencies