Skip to content

nneutrinno/fastify-easy-routes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify Routes

Extremely pratical fastify routes library.

Install

  • Use: require('fastify-easy-routes')
  • Install: npm install --save fastify-easy-routes
  • Use: require('fastify-easy-routes')
  • Install: yarn add fastify-easy-routes

Usage

const app = require('fastify')()
const routes = require('fastify-easy-routes')

app.register(routes())

License

Licensed under permissive MIT license

About

Extremely pratical fastify routes library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published