Skip to content

itsgitz/hono-nx

Repository files navigation

Hono NX Plugin

CI license npm version

This repository contains the source code for the Hono NX plugin, which provides generators for creating Hono applications inside an Nx 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:

git clone https://github.com/your-org/hono-nx.git
cd hono-nx
npm install

Run the plugin locally:

nx build hono-nx

Run tests:

nx test hono-nx

Contributing

Contributions are welcome! Please open an issue or PR.

About

Bring the power of https://hono.dev to your https://nx.dev workspace! This plugin provides generators to seamlessly create Hono applications within your monorepo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors