stylelint-cli

1.3.0 • Public • Published

stylelint-cli

npm Build Status

Global CLI wrapper to execute a local stylelint :octocat:.

Installation

First, uninstall global stylelint if you have ever installed stylelint as a global package.

npm uninstall -g stylelint

Then, install stylelint-cli as a global package.

npm install -g stylelint-cli

Usage

You should install stylelint as a local package in your package directory.

npm install --save-dev stylelint

Now, you can run your local stylelint by global stylelint-cli.

stylelint style.css

For more detail, see also the official stylelint documentation :octocat:.

Package Sidebar

Install

npm i stylelint-cli

Weekly Downloads

1,587

Version

1.3.0

License

MIT

Unpacked Size

7.85 kB

Total Files

9

Last publish

Collaborators

  • whizark