Install:
yarn add minimalcss-cli --dev
You can install it globally if you like:
yarn global add minimalcss-cli
npm install [--save-dev|--global] minimalcss-cli
Now you can run it:
./node_modules/.bin/minimalcss https://example.com/ https://example.com/aboutus > minimal.min.css
Let's make this a thriving community project!
Help needed with features, tooling, and much testing in real web performance optimization work.
First thing to get started, once you've cloned the repo is to install all the dependencies:
yarn
To run the tests:
yarn test
All code is expected to conform with Prettier according
to the the .prettierrc
file in the root of the project.
To check that all your code conforms, run:
yarn lintcheck
Copyright (c) 2017-2018 Peter Bengtsson. See the LICENSE file for license rights and limitations (MIT).