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
- Host: GitHub
- URL: https://github.com/jsmithdev/generator-hubble
- Owner: jsmithdev
- License: mit
- Created: 2024-01-30T08:50:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T09:32:55.000Z (over 2 years ago)
- Last Synced: 2025-08-09T06:51:30.224Z (10 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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