# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: tokei-pie-chart
spec:
    description: Visualize your code statistics with Pie Chart
    tags:
        - Tool
        - Bot
    readme: "# Tokei Pie Cooker\n\nVisualize your code statistics with Pie Chart\n\n---\n\n\U0001F680 [Demo Website](https://piechart.zeabur.app/) \U0001F680\n\n## Start locally\n\nThis project requires Python 3.10 or later.\n\nIt is managed by [PDM](https://pdm-project.org/). Please refer to the [Installation Guide](https://pdm-project.org/en/latest/#installation) to install PDM first.\n\n```bash\n# install dependencies\npdm install\n# start development server\npdm dev\n# Now visit http://localhost:5000\n```\n\n## Deployment\n\n### As a container\n\n```bash\ndocker run -v ./tokei-caches:/app/.caches -p 8000:8000 -d frostming/tokei-pie-cooker\n\n# Visit http://localhost:8000\n```\n\n## Credits\n\n- [tokei](https://github.com/XAMPPRocky/tokei)\n- [tokei-pie](https://github.com/laixintao/tokei-pie)\n"
    services:
        - name: tokei-pie-chart
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 429848452
                branch: main
