This repository contains the source code for the Hono NX plugin, which provides generators for creating Hono applications inside an Nx workspace.
- Generate Hono applications quickly (
nx g hono-nx:app) on your NX workspace - Node.js runtime support
- Configurable application directory and port
hono-nx/— the Nx plugin sourcehono-e2e/— end-to-end tests for the plugindist/— build output (ignored in Git)
Clone the repository and install dependencies:
git clone https://github.com/your-org/hono-nx.git
cd hono-nx
npm installRun the plugin locally:
nx build hono-nxRun tests:
nx test hono-nxContributions are welcome! Please open an issue or PR.