https://github.com/itsgitz/hono-nx
https://github.com/itsgitz/hono-nx
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsgitz/hono-nx
- Owner: itsgitz
- Created: 2025-09-27T15:09:24.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-28T06:01:21.000Z (10 months ago)
- Last Synced: 2025-09-28T06:05:36.950Z (10 months ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hono NX Plugin
[](https://github.com/itsgitz/hono-nx/actions/workflows/ci.yml)
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/hono-nx)
This repository contains the source code for the **Hono NX plugin**, which provides generators for creating [Hono](https://hono.dev) applications inside an [Nx](https://nx.dev) workspace.
## Features
- Generate Hono applications quickly (`nx g hono-nx:app`) on your NX workspace
- Node.js runtime support
- Configurable application directory and port
## Repository Structure
- `hono-nx/` — the Nx plugin source
- `hono-e2e/` — end-to-end tests for the plugin
- `dist/` — build output (ignored in Git)
## Development Setup
Clone the repository and install dependencies:
```sh
git clone https://github.com/your-org/hono-nx.git
cd hono-nx
npm install
```
Run the plugin locally:
```sh
nx build hono-nx
```
Run tests:
```sh
nx test hono-nx
```
## Contributing
Contributions are welcome! Please open an issue or PR.