@autotelic/fastify-oso

Plugin for fastify

Usage no npm install needed!

<script type="module">
  import autotelicFastifyOso from 'https://cdn.skypack.dev/@autotelic/fastify-oso';
</script>

README

fastify-plugin-example

Fastify plugin template.

Github Actions/Workflows

Getting Started

  • Create release and test workflows
    cd .github/workflows
    cp release.yml.example release.yml
    cp test.yml.example test.yml
    
  • Update release.yml and test.yml with appropriate workflow for your plugin

Triggering a Release

  • Trigger the release workflow via release tag
    git checkout main && git pull
    npm version { minor | major | path }
    git push --follow-tags