Work in progress
Requires an npm linked stylelint with the changes from stylelint/stylelint#2096.
autostylelint uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install -g gulp
npm install
gulp
automutate manages the runtime of taking in lint complaints from stylelint.
These are mapped to Suggester classes in src/suggesters by name.
automutate-tests manages development-time tests verifying actual file mutations.
Add test case(s) under test/cases that each have an original.css, expected.css, actual.css, and .stylelintrc.