{"id":28403271,"url":"https://github.com/phel-lang/cli-skeleton","last_synced_at":"2025-10-25T22:07:34.008Z","repository":{"id":186586873,"uuid":"622176249","full_name":"phel-lang/cli-skeleton","owner":"phel-lang","description":"A simple skeleton to build your cli-app using Phel.","archived":false,"fork":false,"pushed_at":"2025-10-05T20:01:26.000Z","size":38,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-15T10:17:52.590Z","etag":null,"topics":["cli-scaffolding","functional-programming","phel","phel-lang","php"],"latest_commit_sha":null,"homepage":"https://phel-lang.org/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phel-lang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-01T10:52:29.000Z","updated_at":"2025-10-05T20:01:29.000Z","dependencies_parsed_at":"2024-06-22T16:26:26.531Z","dependency_job_id":"22d243b1-e166-4756-88c9-fc9a0ee1ac81","html_url":"https://github.com/phel-lang/cli-skeleton","commit_stats":null,"previous_names":["phel-lang/cli-skeleton"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/phel-lang/cli-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fcli-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fcli-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fcli-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fcli-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phel-lang","download_url":"https://codeload.github.com/phel-lang/cli-skeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fcli-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281026261,"owners_count":26431762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-scaffolding","functional-programming","phel","phel-lang","php"],"created_at":"2025-06-01T17:30:26.361Z","updated_at":"2025-10-25T22:07:34.004Z","avatar_url":"https://github.com/phel-lang.png","language":"PHP","readme":"# Phel Cli Skeleton\n\n[Phel](https://phel-lang.org/) is a functional programming language that compiles to PHP. \n\nThis repository provides you the basic setup to start coding phel.\n\n## Getting started\n\n### Requirements\n\nPhel requires at least PHP 8.3 and Composer.\nYou can either use it from your local machine OR using docker.\n  - This repository contains the basic Dockerfile to run phel.\n\n#### Locally (no Docker)\n\n1. Ensure you have PHP \u003e=8.3 (Some help about how to install multiple PHP versions locally on [linux](https://github.com/phpbrew/phpbrew) and [Mac](https://github.com/shivammathur/homebrew-php))\n1. Ensure you have [composer](https://getcomposer.org/composer-stable.phar)\n1. Clone this repo\n1. Install the dependencies | `composer install`\n\n#### Using Docker\n\n1. Clone this repo\n1. Build the image | `docker-compose up -d --build`\n1. Go inside the console | `docker exec -ti -u dev phel_cli_skeleton bash`\n1. Install the dependencies | `composer install`\n\n### Phel code\n\n1. Write your phel code in `src/`\n1. Run your code with `vendor/bin/phel run src/main.phel`\n\n#### Or run the executable transpiled PHP result\n\n1. `vendor/bin/phel build`\n1. `php out/main.php`\n\n#### Tests\n\n1. Write your phel tests in `tests/`\n1. Execute your tests with `./vendor/bin/phel test`\n\n## More about starting with phel\n\nFind more information about how to start with phel in [getting started](https://phel-lang.org/documentation/getting-started/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphel-lang%2Fcli-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphel-lang%2Fcli-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphel-lang%2Fcli-skeleton/lists"}