JSPM

js-code-audit

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q41054F
  • License ISC

Code audit helps programmers to write better code

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-audit

In 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