Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@unpress/newsletter

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unpress/newsletter

Unpress Newsletter module for Mailchimp, ButtonDown and Revue

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

Unpress Newsletter

npm version npm downloads License Nuxt

Unpress Newsletter module for doing amazing things.

Features

  • ⛰  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  • Add unpress-newsletter dependency to your project
# Using pnpm
pnpm add -D unpress-newsletter

# Using yarn
yarn add --dev unpress-newsletter

# Using npm
npm install --save-dev unpress-newsletter
  • Add unpress-newsletter to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'unpress-newsletter'
  ]
})

That's it! You can now use Unpress Newsletter in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Notes

Get the refresh token : https://www.codemzy.com/blog/dropbox-long-lived-access-refresh-token https://www.codemzy.com/blog/dropbox-headless-cms

Keywords

unpress

FAQs

Package last updated on 13 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts