##
##  gemstone.yaml -- Gemstone Project Configuration
##

header: |
    {{ name }} ~ {{ description }}
    Copyright {{ creation_date | date("YYYY") }} (c) {{ authorName }} <{{ authorUrl }}>
    Licensed under {{ license }} <https://spdx.org/licenses/{{ license }}>

meta:
    title:       "{{ name }}"
    description: "{{ description }} (Frontend)"
    author:      "{{ authorName }}"
    keywords:    "{{ keywords | join(", ") }}"

path:
    output:      ./dst
    source:      ./src
    main:        ./src/app.js
    icon:        ./src/app.png

generator:
    mask:        ui/<ctx>/<name>.html
    style:       ui/<ctx>/<name>.css
    i18n:        ui/<ctx>/<name>.yaml
    view:        ui/<ctx>/<name>.js
    model:       ui/<ctx>/<name>.js
    ctrl:        ui/<ctx>/<name>.js

