Skip to content

jasperdunn/z-index-optimizer

Repository files navigation

z-index-optimizer

A CLI to help you take control of the z-indexes in your codebase.

z-indexes can be a pain to manage. Often, they are scattered throughout your codebase, it can be hard to know which ones are in use, and which ones are not. In hindsight, it's easy to wish that they had been organized in a more logical way.

z-index-optimizer aims to provide a solution to this problem, it can:

  • Scan your codebase for z-indexes
  • List them out sorted by their frequency of use
  • Assign them to a logical grouping
  • Automatically update your codebase to use the new grouping

Usage

// TODO - add usage instructions

Development

Install dependencies:

bun i

Run the CLI:

bun run index.ts

This project was created using bun init in bun v0.5.9. Bun is a fast all-in-one JavaScript runtime.

About

A CLI to help you take control of the z-indexes in your codebase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published