scout-css

0.0.5 • Public • Published

Scout

An auditing tool that helps reveal CSS dragons lurking within your stylesheets.

Getting Started

npm install scout-css --save-dev

Usage

Node

const scout = require('scout-css');
const cssFile = 'public/css/app.min.css'
 
scout(cssFile).then(results => {
  // Do stuff with the results!
});

CLI

$ scout-css check-severity <path/to/css>

Development (Web app)

Install all the things:

npm install

Fire it up:

npm run dev

Go to http://localhost:3000/

Package Sidebar

Install

npm i scout-css

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • itsjonq