generoi / tailwindcss-gutenberg

69 stars 12 forks source link

Publish plugin to npm #4

Open hacknug opened 5 years ago

hacknug commented 5 years ago

Right now there's no way to install from npm. Would be great if the plugin was published to make it easier for everyone.

If that's not possible yet (unstable API or any other reason), adding instructions to the readme would suffice for now:

npm install github:generoi/tailwindcss-gutenberg --save-dev
oxyc commented 5 years ago

If that's not possible yet (unstable API or any other reason)

That's pretty much it. It's still in pretty early testing stages and I've only used this on one site so far. At genero (the company that pays my hours) we haven't even committed to tailwind 100% yet so there's even a chance I'll stop working on this repo entirely.

For now, if you could open up a PR for the README fix that would be great 👍

Kilbourne commented 3 years ago

When i install it via github:generoi/tailwindcss-gutenberg on Github actions ( Ubuntu) i get all the files in lowercase insted of original camelCase ( both npm and yarn). Any idea? ( maybe you could publish it with a 0.1 version)