Package Exports
- windicss-analysis
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (windicss-analysis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Windi Analysis
An analyser tool for Windi CSS. Browsering your utilities usages, have an overview of your design system and identify "bad practices".
Try
Run the following commnad under your project root
npx windicss-analysis
NPM
Or you can install locally to reuse the same version of your local windicss
module
npm i -D windicss-analysis
// package.json
{
"scripts": {
"analysis": "windicss-analysis"
}
}
VS Code Extension
TODO
Online Preview
You can have a preview the analysing report of the analyser itself
You can genreate your own report and host it statically by running the following command
npx windicss-analysis --html dist
License
MIT