samrobbins85 / colour-a11y-for-tailwind

Check the accessibility of tailwind colours on your background
https://colour-a11y.vercel.app
MIT License
19 stars 4 forks source link

NPM package #36

Open jared-christensen opened 11 months ago

jared-christensen commented 11 months ago

I came across your project and I'm really impressed with it. I was wondering if you'd consider packaging and publishing it to npm. I'd love to use it in my projects, similar to how it's done here: https://github.com/rogden/tailwind-config-viewer.

Ideally, I'd like to:

  1. Install it via npm install colour-a11y-for-tailwind.
  2. Point it at my Tailwind config and start the server with colour-a11y-for-tailwind -o -c tailwind.config.js. Then, access the app at http://localhost:3000.
  3. Have the option to build it and integrate the distribution into my hosted assets.

I'm really enthusiastic about this idea and would be more than happy to contribute to the development if you're interested.

samrobbins85 commented 10 months ago

Interesting idea thanks, I'll look into it