1.0.0 • Published 3 years ago

@plugified/nx-fastify v1.0.0

Weekly downloads
20
License
MIT
Repository
-
Last release
3 years ago

@plugified/nx-fastify

Table of Contents

Usage

Add this plugin to an Nx workspace:

yarn add @plugified/nx-fastify

or

npm install @plugified/nx-fastify --save

Project schematics

Generate your project:

nx g @plugified/nx-fastify:application my-app

Build

Build your project:

nx build my-app

Serve

Serve with:

nx serve my-app