0.2.0 • Published 4 years ago

irontail v0.2.0

Weekly downloads
40
License
MIT
Repository
github
Last release
4 years ago

irontail

TypeScript Language Service Plugin to make classNames() type-safe for Tailwind.css

PoC

How to use

// npm
npm i --save-dev irontail

// yarn
yarn add -D irontail

Just add to tsconfig.json

"plugins": [
  {
    "name": "irontail",
  }
]

Why ?

Q. There is already muhammadsammy/tailwindcss-classnames. Why is this plugin useful?

A. irontail just provides error checker out of the box, instead of type generator.

When you use type generator,

References

0.2.0

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago