JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 743
  • Score
    100M100P100Q122537F
  • License MIT

Run `npm create mushi-mushi` to add the Mushi Mushi bug-reporting SDK to your existing project — the wizard auto-detects your framework (React, Vue, Svelte, Angular, React Native, Expo, Capacitor) and installs the right package.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-mushi-mushi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    create-mushi-mushi

    One-line setup for the Mushi Mushi bug-reporting + AI triage SDK.

    npm create mushi-mushi
    # or
    pnpm create mushi-mushi
    yarn create mushi-mushi
    bun create mushi-mushi

    Auto-detects your framework (Next.js, Nuxt, SvelteKit, Angular, Expo, Capacitor, plain React/Vue/Svelte, vanilla JS), installs the right @mushi-mushi/* SDK, writes your env vars, and prints the snippet to drop into your app.

    This is a scaffold for existing projects — it does not generate a new app from scratch. To add Mushi to an app you already have, run it from the project root.

    Flags

    npm create mushi-mushi -- --framework next
    npm create mushi-mushi -- --project-id proj_xxx --api-key mushi_xxx
    npm create mushi-mushi -- --skip-install
    npm create mushi-mushi -- -y
    npm create mushi-mushi -- --help

    Equivalent

    npx mushi-mushi               # same wizard, shorter to type
    npx @mushi-mushi/cli init     # same wizard, scoped name

    License

    MIT