Now you have the chance to commemorate important deprecation day marks with your colleagues at work. After all, we have to celebrate our achievements.
Use composer to install, or copy paste every single file from the github ui to your disk.
$ composer require codelicia/depreday
depreday [-x|--extension [EXTENSION]] [-e|--exclude [EXCLUDE]] [--] [<dir>]
default values:
dir
: current working directory$PWD
extension
:php
exclude
: [vendor
,var
,cache
,node_modules
]
- It requires you to have the file commit in a git repository;
codelicia/depreday
usesgit-blame
to check for changes in the line that have thedeprecated
annotation. So it can be inaccurate as unrelated changes in the file may cause the line to miss-computed as "changed".
Thanks goes to these wonderful people (emoji key):
Jefersson Nathan ๐ง ๐ป |
Emmerson Siqueira ๐ |
Alexandre Eher ๐ค |
Chun-Sheng, Li ๐ป |
This project follows the all-contributors specification. Contributions of any kind welcome!
- Jefersson Nathan (@malukenho)