1.0.1 β€’ Published 5 years ago

unused-unloved v1.0.1

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

Build Status npm.io

NPM

unused-unloved

🌳Tree shaking is great but what happens when you have so many πŸ“files in your dev environment you can't remember which ones are actually in useπŸ˜΅πŸ€·β€β™‚οΈπŸ€·β€β™€οΈ and those that are currently dormant? Time for some spring cleaning, enter... unused-unlovedπŸŽ‰πŸŽ‰ !

Once unused-unloved has run it will output an πŸ“„unused-file-report.json

You can now use the contents of this folder to do as you wish, personally, I suggest copy and paste it into http://json2table.com/

Getting started is simple:

npm install -g unused-unloved

running is just as simple...

Open your React (or similar) project and make sure you are the same level as your /src folder and just run:

unused-unloved

Enjoy! πŸ˜πŸ™Œ

unused-unloved created by Chris Watson - cwatson88⌨