Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 681 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 681 Bytes

crwlr.software logo

Crwlr Package Template

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 and ExampleTest from src and test and start adding your actual code instead.
  • Rewrite the content of this file.