Skip to content

GaborTorma/mwm-nitro-plugin-template

Repository files navigation

mwm-nitro-plugin-template

npm version npm downloads License code style

description

🏀 Online playground

Install

pnpm install add -D @gabortorma/mwm-nitro-plugin-template

Usage

Nuxt

Add the plugin to your nuxt.config.js:

export default defineNuxtConfig({
  nitro: {
    plugins: ['@gabortorma/mwm-nitro-plugin-template']
  }
})

Nitro

Add the plugin to your nitro.config.js:

export default defineNitroConfig({
  plugins: ['@gabortorma/mwm-nitro-plugin-template']
})

Release

Add your GITHUB_TOKEN to .env file or use web based login:

GITHUB_TOKEN=your_token