Create a "ReadMe" guide for the project, named "{{ projectName }}".
From the description of the project file describe the purpose of the project and the idea of it.
Show current version.
Show how to install the project.
Show how to configure the project from the config file, if there is any configuration
Show how to run the project.
Show how to run tests for the project
Show where to post bugs, what the homepage of the project is and link to repository ({{ repositoryUrl }}), if available. Do not repeat the same url.
List the dependencies at the end of file.

This is the entry file:
###
{{ entryFileContent }}
###

This is the config file:
###
{{ configFile }}
###

This is the project file:
###
{{ projectFile }}
###