/generator-hubble

A yeoman generator for a lit, tailwind, typescript, rollup hubble

Primary LanguageJavaScriptMIT LicenseMIT

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'

License

MIT License