@quick-launch-url/shared

v0.0.3

Published

One-click launch URL generator for protocol-based apps.

Readme

Quick Launch URL

One-click launch URL generator for protocol-based apps.

Features

  • 🛡️️ Type-Safe
  • 🌍 Multi-App Ready
  • 🌿 On-Demand / Tree-shakable
  • 🔐 Secure Encoding
  • ⚙️ Zero Runtime Dependencies
  • 📦 ESM First

Installation

npm install @quick-launch-url/core

or

yarn install @quick-launch-url/core

or

pnpm install @quick-launch-url/core

Usage

On-Demand Import (Recommended)

// Cherry Studio
import { installMCP, installProvider } from '@quick-launch-url/core/cherry-studio'

// Cursor
import { installMCP as installCursorMCP } from '@quick-launch-url/core/cursor'

Full Import

import { cherryStudio, cursor } from '@quick-launch-url/core'

Docs

Full guides and examples: https://zhensherlock.github.io/quick-launch-url/

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

Contributors

This project exists thanks to all the people who contribute.

License

MIT © MichaelSun