123456789101112131415161718192021222324252627 |
- # I see you're creating a new project!
- #
- # This file uses YAML syntax: https://en.wikipedia.org/wiki/YAML .
- # This is the name of the project, which is required
- name: my-stupid-project
- # A required one-line synopsis of your project
- synopsis: A program for X and Y.
- # An optional further description of your project.
- description: >-
- This is an optional further description of your project.
- It's usually parsed with [Markdown syntax][1].
- [1]: https://daringfireball.net/projects/markdown/
-
- # Optional home page for your project
- homepage: "http://mysite.com/foo/bar/baz"
- # Optional maintainer
- maintainer:
- name: Joe Q. Smith
- email: "joe@foo.bar"
- # If you choose to have a non-anonymous maintainer, the fields 'name' and
- # 'email' are required.
|