Getting Started
Installation
Install @quick-launch-url/core using your preferred package manager:
sh
$ npm install @quick-launch-url/coresh
$ pnpm add @quick-launch-url/coresh
$ yarn add @quick-launch-url/corebash
$ bun add @quick-launch-url/coreUsage
Tree Shaking (Recommended)
To minimize bundle size, import specific modules directly:
typescript
// Only imports Cherry Studio related code
import { installMCP, installProvider } from '@quick-launch-url/core/cherry-studio'typescript
// Only imports Cursor related code
import { installMCP } from '@quick-launch-url/core/cursor'Full Import
You can also import everything from the root package, but this will include all application modules and does not support tree-shaking:
typescript
import { cherryStudio, cursor } from '@quick-launch-url/core'For detailed usage instructions for each application, please refer to their respective guides: