This is the mono-repository contains the fastify
plugins used in
my personal or work projects. You may found some of them useful.
Here is the list of the plugins,
@kakang/fastify-config
Usingenv-schema
to read environment file, then provides environments in sync and plugin to register forfastify.config
.@kakang/fastify-cronjob
Inspired byjosk
to provide de-centralized cronjob runner.@kakang/fastify-mongodb
Similar to@fastify/mongodb
but provide some handy utilities.@kakang/fastify-multipart
Generic interface forfastify
multipart handling, it can use one of the famous tools (e.g.busboy
,formidable
) or create your own. The backing storage is not limited to file writing.