Package Exports
- js-code-audit
- js-code-audit/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js-code-audit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
js-code-audit v1.0.2
Js Code audit helps programmers to write better Javascript code. js-code-audit library exported as Node.js modules.
Installation
Using npm:
$ npm i -g js-code-audit
$ npm i --save js-code-auditIn Node.js:
const audit = require("js-code-audit");
// Method to use
// Param: Directory Name -> directory name to be crawled i.e ./src
audit('Directory Name');
// Result
See results in logs