fastify-autoload-recursive

Fastify recursive plugins autoloader

Usage no npm install needed!

<script type="module">
  import fastifyAutoloadRecursive from 'https://cdn.skypack.dev/fastify-autoload-recursive';
</script>

README

fastify-autoload-recursive

NPM Version Downloads Count Vunerabilities Count Build Status License

NOTE This plugin currently in alpha.

This plugin allows recursively load fastify plugins (routes, services) from directory.

It's similar to fastify-autoload, but it not fails on empty directories and allows

ToC

Fastify support

Installation

npm i fastify-autoload-recursive --save

Back to top

Docs

See docs.

Back to top

Changelog

See changelog.

Back to top

See also

Back to top

License

Licensed under MIT.

Back to top