An open API service indexing awesome lists of open source software.

https://github.com/jsmithdev/generator-hubble

A yeoman generator for a lit, tailwind, typescript, rollup hubble
https://github.com/jsmithdev/generator-hubble

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# generator-hubble

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

## Installation

Have [node.js](https://nodejs.org/) installed

If you need to install [Yeoman](http://yeoman.io) run:

```bash
npm i -g yo
```

To install the generator run:

```bash
npm i -g generator-hubble
```

Then to generate, run:

```bash
yo hubble
```

or use npx to run the generator without installing it:

```bash
npx -p yo -p generator-hubble -c 'yo hubble'
```

## License

[MIT License](./LICENSE)

[npm-image]: https://badge.fury.io/js/generator-hubble.svg
[npm-url]: https://npmjs.org/package/generator-hubble