Templates for other git projects.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Manuele Simi ada74bf5bc Move the templates in a dedicate folder. Add readme to explain the templates. 5 years ago
gCubeComponents Move the templates in a dedicate folder. Add readme to explain the templates. 5 years ago
README.md Move the templates in a dedicate folder. Add readme to explain the templates. 5 years ago

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.