https://github.com/flowcore-io/generator-bun-generator
A yeoman generator for generating yeoman generators
https://github.com/flowcore-io/generator-bun-generator
Last synced: 2 months ago
JSON representation
A yeoman generator for generating yeoman generators
- Host: GitHub
- URL: https://github.com/flowcore-io/generator-bun-generator
- Owner: flowcore-io
- Created: 2024-08-28T16:22:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:19:15.000Z (almost 2 years ago)
- Last Synced: 2025-09-25T04:09:51.702Z (9 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# generator-bun-generator
A Yeoman Generator for creating a Yeoman Generator that is written with Bun
### Install
```bash
# If you don't have yeoman installed
npm install -g yo
# Install the generator
npm install -g generator-bun-generator
```
### Using the generator
```bash
# Will create a new app in ./test-app directory
yo bun-generator test-generator
# Consult the README.md in the ./test-generator directory for more information
```