JSPM

clean-lovable

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

    Remove all Lovable metadata from Lovable projects

    Package Exports

    • clean-lovable
    • clean-lovable/index.js

    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 (clean-lovable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    clean-lovable

    A CLI tool to fully remove all Lovable metadata from Lovable-generated projects.

    Why?

    delovable removes the lovable-tagger dependency but misses:

    • componentTagger in vite.config.ts
    • Lovable meta tags in index.html

    clean-lovable handles all of it in one command.

    Install

    npm install -g clean-lovable

    Usage

    Run inside any Lovable project folder:

    cd your-lovable-project
    clean-lovable

    What it removes

    File What gets removed
    package.json lovable-tagger dependency
    vite.config.ts componentTagger import and usage
    index.html Lovable og:image and twitter meta tags