A Bun plugin for integrating Handlebars templating into your Bun projects.
This project is a monorepo managed with Bun workspaces. It contains the following packages:
| Package | Description |
|---|---|
| bun-plugin-hbs | Integrates Handlebars, including support for partials and helpers. |
| create-bun-hbs | A template for setting up Bun projects with Handlebars. |
Install the plugin:
bun add -D bun-plugin-hbsSee the bun-plugin-hbs README for detailed usage instructions, API documentation, and code examples.
If you want to quickly scaffold a new Bun project with Handlebars integration, use the command below:
bun create bun-hbsThis provides a starter template with example templates and partials.
See the create-bun-hbs README for setup steps and example usage.
Install all dependencies for the monorepo:
bun installContributions are welcome! Feel free to submit issues and pull requests.
This project is licensed under the ISC license.
Made with 🩵 by Michał Korczak