https://github.com/colbylwilliams/clean-compress
A macOS utility that cleans (and optionally compresses/zips) Xamarin solutions
https://github.com/colbylwilliams/clean-compress
Last synced: 2 months ago
JSON representation
A macOS utility that cleans (and optionally compresses/zips) Xamarin solutions
- Host: GitHub
- URL: https://github.com/colbylwilliams/clean-compress
- Owner: colbylwilliams
- License: mit
- Created: 2017-10-23T12:10:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T14:57:58.000Z (over 5 years ago)
- Last Synced: 2025-01-10T21:42:58.371Z (4 months ago)
- Size: 197 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - clean-compress ★4
README
# clean-compress
A macOS utility that cleans (and optionally compresses/zips) Xamarin solutions
## Use
Download the `clean-compress.zip` file from the [latest release](/releases/latest) and decompress/uinzip the contents into: `~/Library/Services` (or `/Library/Services`)
This will add two nice little services to any directory(s) context menu:
*1)* `Clean` - blows away all `bin`, `obj`, `packages` directories recursively
*2)* `Clean & Compress` - (useful for zipping up solutions to send) kills all the stuff that `Clean` does *AND* deletes `.userprefs` and compresses the directory *without* the `.git` folder (if there is one)
