@plugified/nx-fastify
v1.0.0
Published
Nx plugin for Fastify HTTP Framework
Downloads
134
Maintainers
Keywords
Readme
@plugified/nx-fastify
Table of Contents
Usage
Add this plugin to an Nx workspace:
yarn add @plugified/nx-fastifyor
npm install @plugified/nx-fastify --saveProject schematics
Generate your project:
nx g @plugified/nx-fastify:application my-appBuild
Build your project:
nx build my-appServe
Serve with:
nx serve my-app