generator-hubble
v0.0.8
Published
A yeoman generator to quickly create hubbles with lit, tailwind and typescript.
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 yoTo install the generator run:
npm i -g generator-hubbleThen to generate, run:
yo hubbleor use npx to run the generator without installing it:
npx -p yo -p generator-hubble -c 'yo hubble'