pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.19k stars 52 forks source link

feat(ios, pods): add system and user pods cache cleaning #51

Closed mikehardy closed 3 years ago

mikehardy commented 3 years ago

@pmadruga finally got around to this!

As discussed in the related issue I made these automatic, but users may toggle them off via commandline if they like

I really like the unit test addition here! I updated the tests and they in fact enforced that I did the correct change to make these automatic, I had an error at first :100:

I updated the documentation to match as well

Fixes #42

mikehardy commented 3 years ago

@pmadruga sorry! there is a problem with it - I saw 3.6.0 published and tested it and I need to send a fixup PR just a moment and I'll have it

mikehardy commented 3 years ago

@pmadruga fix posted as #52

pmadruga commented 3 years ago

@mikehardy no problem. Just pushed a new version to npm (3.6.1).