https://github.com/codelicia/depreday
🎂 Let's commemorate deprecations' anniversary
https://github.com/codelicia/depreday
anniversaries anniversary birthday deprecation troll trolling
Last synced: 5 months ago
JSON representation
🎂 Let's commemorate deprecations' anniversary
- Host: GitHub
- URL: https://github.com/codelicia/depreday
- Owner: codelicia
- License: mit
- Created: 2020-04-22T11:25:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T02:27:39.000Z (7 months ago)
- Last Synced: 2025-11-21T04:20:35.212Z (7 months ago)
- Topics: anniversaries, anniversary, birthday, deprecation, troll, trolling
- Language: PHP
- Homepage: https://github.com/codelicia/depreday
- Size: 143 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🎂 Depreday
===========
Now you have the chance to commemorate important deprecation day marks
with your colleagues at work. After all, we have to celebrate our
achievements.
Installing
----------
Use composer to install, or copy paste every single file from the
github ui to your disk.
```bash
$ composer require codelicia/depreday
```
Usage
-----
```
depreday [-x|--extension [EXTENSION]] [-e|--exclude [EXCLUDE]] [--] []
```
**default values**:
- `dir`: current working directory `$PWD`
- `extension`: `php`
- `exclude`: [`vendor`, `var`, `cache`, `node_modules`]
Limitations
-----------
1. It requires you to have the file commit in a git repository;
2. `codelicia/depreday` uses `git-blame` to check for changes in the line
that have the `deprecated` annotation. So it can be inaccurate as unrelated
changes in the file may cause the line to miss-computed as "changed".
Contributors ✨
---------------
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Jefersson Nathan
🚧 💻

Emmerson Siqueira
👀

Alexandre Eher
🤔

Chun-Sheng, Li
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Author
------
- Jefersson Nathan ([@malukenho](http://github.com/malukenho))