Skip to content

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

License

Notifications You must be signed in to change notification settings

redacademy/coality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published