Initial commit

Contains basic working logic to find unused repos and show in console
This commit is contained in:
2018-05-31 17:48:44 +05:30
commit bfb2b54634
21 changed files with 6798 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta content='width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0' name='viewport' />
<script src="index.js"></script>
</head>
<body>
<h1> open dev tool and console logs</h1>
</body>
</html>