generator-hubble
v0.0.6
Published
A yeoman generator to easily create a lit-element project with tailwindcss and typescript
Downloads
2
Maintainers
Readme
generator-hubble
A yeoman generator for a lit, tailwind, typescript, rollup hubble
Installation
Have node.js installed
If you need to install Yeoman run:
npm i -g yo
To install the generator run:
npm i -g generator-hubble
Then to generate, run:
yo hubble
or use npx to run the generator without installing it:
npx -p yo -p generator-hubble -c 'yo hubble'