coality

0.6.0 • Public • Published

Coality

Command-line tool for quickly and succinctly measuring the quality of your code, specifically HTML, CSS, and JavaScript.

Installation

Coality relies on Coala and HTML Tidy.

Install Coala:

brew install python3
sudo -H pip3 install coala-bears

Install HTML Tidy:

brew install tidy-html5

Install Coality:

npm install --save-dev coality

Usage

Add a coality script to your package.json

{
  ...
  "scripts": {
    "coality": "coality"
  }
  ...
}
 

Then run:

npm run coality

Readme

Keywords

none

Package Sidebar

Install

npm i coality

Weekly Downloads

1

Version

0.6.0

License

ISC

Last publish

Collaborators

  • redacademy