npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

klassco

v1.0.6-2

Published

Minify/Auto-replace/Abstract all CSS classnames in your components and create high level utilities

Downloads

21

Readme

Klassco

Just as components helps developpers abstract and avoid repetition, Klassco does the same to your css classnames inside your components.

How Does Klassco Work?

There are three available modes, each independent of the others. This means that if you're only interested in reducing the bundle size, you can use Klassco solely for that purpose.

  1. Build: It optimizes the build size by removing all duplicate combos.

  2. Dev: It scans all of your HTML files, JavaScript components, and other templates for classname combo duplications to help you reuse styles and create higher abstractions.

  3. Watch: It automatically replaces classname combinations with new utilities as you type, using the ones you have created or loaded.

Klassco uses mathematical combinations to thoroughly explore and analyze every imaginable combination of your CSS classnames, to help you identify subtle patterns, spot redundancies, and create a carefully curated selection of higher level utilities — designed to save you time and effort.

Documentation

For full documentation, visit klassco.cipherlogs.com

Installation

The simplest and fastest way is to use npm

$ npm install -g klassco

If you want to compile from source, you’ll need to have a Haskell compiler installed (or stack). Once you have the compiler, you can run the following commands to build and execute the program

$ stack build
$ stack exec Klassco-exe

Contribution

If you're passionate about clarity and want to make the project more accessible to everyone, contributing to the documentation is a fantastic way to get involved.

See the CONTRIBUTING file for details.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.