jsmithdev / generator-hubble

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 75.1%Language:TypeScript 17.1%Language:HTML 6.5%Language:CSS 1.3%