clean-lovable
v1.0.1
Published
Remove all Lovable metadata from Lovable projects
Downloads
21
Maintainers
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:
componentTaggerinvite.config.ts- Lovable meta tags in
index.html
clean-lovable handles all of it in one command.
Install
npm install -g clean-lovableUsage
Run inside any Lovable project folder:
cd your-lovable-project
clean-lovableWhat 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 |
