Templates for other git projects.
Go to file
Manuele Simi d92a040b74 Fix link to profile. 2019-07-12 10:04:42 -04:00
gCubeComponents Move the templates in a dedicate folder. Add readme to explain the templates. 2019-07-12 10:02:19 -04:00
README.md Fix link to profile. 2019-07-12 10:04:42 -04:00

README.md

TEMPLATES

This project includes few templates for common files expected to be part of any gCube component holds in a Git repositoryu.

List of available templates:

  • README.md
    • Your Git repo should have a readme file so that viewers know what your code does and how they can get started using it. The readme displayed by default when a project opens in Git. It must be customized for each project.
  • LICENSE.md
    • The license file. It's common to all the projects. No need to change it.
  • profile.xml
    • It profiles the gCube component. Need to be customized.
  • descriptor.xml
    • It supports the creation of an archive with the binary artifacts generated by the content of the repository. Customizable if needed.

All of them must be placed in the root directory of the Git repository.