@stonx/elysia
v0.1.1
Published
[](https://www.npmjs.com/package/@stonx/elysia) [](https://opensource.org/licenses/MIT) [:
npm i -D @stonx/elysiaNote: Manual installation may require also having compatible peer dependencies installed.
Generators
This plugin provides the following Nx generators.
Application
Generate an Elysia application within your Nx workspace.
nx g @stonx/elysia:app my-appBuild, Serve, and Test
Targets are provided by @nx/node. Typical commands:
- nx serve — Run the application in development
- nx build — Build the application with esbuild
- nx test — Run unit tests (if configured)
- nx lint — Run linting (if configured)
Compatibility
- Nx: >= 18 < 22
