Peter Karakas

Results 3 issues of Peter Karakas

Add a new line to the "List out Awesome README Profile Tools"

In some repositories, the dependencies are also included. With a simple string matching in the path we can exclude them. eg: - node_modules (node.js) - vendor (Go) - etc

By default the preg_replace function is un-greedy. I used the U flag to make it greedy. I added a new test case to cover this case. I was not sure,...