Skip to content

Instantly share code, notes, and snippets.

View phoshp's full-sized avatar
🌴
v

emre phoshp

🌴
v
View GitHub Profile
@phoshp
phoshp / codeline.php
Last active November 27, 2020 21:28
A basic php script for lazy devs to know how much line they have coded
<?php
$dirs = [
// ADD YOUR DIRS
];
$targetExtensions = [
// EXAMPLE
"php" => true,
"css" => true