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
code-audit v1.0.0
Code audit helps programmers to write better code. code-audit library exported as Node.js modules.
Installation
Using npm:
$ npm i -g code-audit
$ npm i --save code-auditIn Node.js:
const codeAudit = require('code-audit');
// Method to use
// Directory Name -> find in specific directories
const codeAudit = audit('Directory Name');
// Result
See results in logs