This is the starting point for new crwlr packages. After checkout, you should at least customize the following things:
composer.json
: name, description, keywords, homepage, authors, support (issues, source, docs), autoload path.- Adapt URLs to file issues in
CONTRIBUTING.md
. - Remove
ExampleClass
andExampleTest
fromsrc
andtest
and start adding your actual code instead. - Rewrite the content of this file.