@gabortorma/mwm-nitro-plugin-template
v0.2.5
Published
My new Nitro plugin
Downloads
60
Maintainers
Readme
mwm-nitro-plugin-template
description
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