| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-06-16 | 1.4 kB | |
| Version 0.3.0.tar.gz | 2020-06-16 | 17.3 kB | |
| Version 0.3.0.zip | 2020-06-16 | 21.7 kB | |
| Totals: 3 Items | 40.4 kB | 0 | |
Added
- Added Homebrew support 🙌 (#34, props @Dids)
- Exclude Bower dependencies (#22, props @moezzie)
- Exclude Maven builds (#30, props @bertschneider)
- Exclude Stack dependencies (#32, props @alex-kononovich)
- Exclude Carthage dependencies (#37, props @qvacua)
- Exclude CocoaPods dependencies and Swift builds (#43, props @slashmo)
- Exclude Bundler, Cargo, and Dart dependencies (#56)
- Define a Travis CI pipeline for Asimov (#20)
- Add an automated test suite using PHPUnit (#31)
Fixed
- Removed an extraneous
read -r path, which was causing the first match to be skipped (#15, props @rowanbeentje) - Use the full system path when running
chmodininstall.sh(#33, props @ko-dever)
Changed
- The size of the excluded directories are now included in the Asimov output (#16, props @rowanbeentje)
- Switch to using find's -prune switch to exclude match subdirectories for speed, and exclude ~/Library folder from searches (#17, props @rowanbeentje)
- Rework the
findcommand and path variables so thatfindis only run once however many FILEPATHS are set (#18, @props @rowanbeentje, yet again 😉) Fix incorrect directory pruning, simplify path handling (#36, props @rwe) - Recommend cloning via HTTPS rather than SSH for manual installations (#52, props @Artoria2e5)
- Don't look for matches in
~/.Trash(#55)