ixahmedxi / orbitkit

🚀 Orbitkit is a monorepo starterkit aiming to be the foundation you build your next startup or big idea upon.
https://orbitkit.dev
MIT License
828 stars 53 forks source link

Add knip integration #36

Open ixahmedxi opened 7 months ago

ixahmedxi commented 7 months ago

Knip is an awesome tool that let's you know about unused deps/exports in the codebase, unused exports shouldn't be a worry of ours when it comes to the ui package but otherwise it does apply.

msmps commented 7 months ago

I had started looking at the implementation for this this afternoon, but I am currently facing some issues.

I'm going to attempt to work through these following the suggestions in the documentation, but I'm hitting a couple of hurdles.