{"id":13804424,"url":"https://github.com/shiipou/lenra-template-v","last_synced_at":"2026-03-10T06:31:22.756Z","repository":{"id":60435405,"uuid":"539030408","full_name":"shiipou/lenra-template-v","owner":"shiipou","description":"V language template to start your Lenra app","archived":false,"fork":false,"pushed_at":"2023-02-13T12:12:01.000Z","size":24,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T17:53:21.041Z","etag":null,"topics":["app-development","data-management","hacktoberfest","lenra","ui-library","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","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/shiipou.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}},"created_at":"2022-09-20T14:24:57.000Z","updated_at":"2024-01-08T17:01:47.000Z","dependencies_parsed_at":"2024-01-03T02:02:26.111Z","dependency_job_id":null,"html_url":"https://github.com/shiipou/lenra-template-v","commit_stats":null,"previous_names":["shiipou/lenra-template-v","lenra-io/template-v"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shiipou/lenra-template-v","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiipou%2Flenra-template-v","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiipou%2Flenra-template-v/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiipou%2Flenra-template-v/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiipou%2Flenra-template-v/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiipou","download_url":"https://codeload.github.com/shiipou/lenra-template-v/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiipou%2Flenra-template-v/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["app-development","data-management","hacktoberfest","lenra","ui-library","vlang"],"created_at":"2024-08-04T01:00:47.574Z","updated_at":"2026-03-10T06:31:22.733Z","avatar_url":"https://github.com/shiipou.png","language":"V","funding_links":[],"categories":["Applications"],"sub_categories":["Project management"],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\u003c!--\n*** This README was created with https://github.com/othneildrew/Best-README-Template\n--\u003e\n\n\n\n\u003c!-- PROJECT SHIELDS --\u003e\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\n\u003ch3 align=\"center\"\u003eTemplate V\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    This template provides just enough to get started with your \u003ca href=\"https://github.com/vlang/v\"\u003eV\u003c/a\u003e application.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/lenra-io/template-v/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/lenra-io/template-v/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Get Started !\n\n### Requirements*\n\n- [x] docker\n- [x] docker-compose\n- [ ] buildkit\n- [x] lenra_cli\n\n_*Unchecked value is optional_\n\n\n### How to install `lenra_cli`\n\nYou need to install the Lenra CLI to start the devtools that will show your app.\n\nTo download it, you can use cargo or download the binary via the [latest github release assets](https://github.com/lenra-io/lenra_cli/releases)\n\nFrom cargo you need to run the following command :\n\n```bash\ncargo install lenra_cli --version=1.0.0-beta.5\n# or `cargo install lenra_cli@1.0.0-beta.5`\n```\n\nWhen installed you can run the binary file\n\n```bash\nlenra --version\n```\n\n### Building and debugging your app\n\nTo build your app, you can run the `lenra build` command that will build the docker container\n```bash\nlenra build\n```\n\nThe `lenra start` command will start all needed services to make your app ready and then open your browser so you can start debugging.\n\n```bash\nlenra start\n```\n\nWhen everything is fine, you can stop your app by running the `lenra stop` command. That will interrupt all current running services about your app. And delete all data from your app to be able to keep your test clean.\n\n```bash\nlenra stop\n```\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/template-v.svg?style=for-the-badge\n[contributors-url]: https://github.com/lenra-io/template-v/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/lenra-io/template-v.svg?style=for-the-badge\n[forks-url]: https://github.com/lenra-io/template-v/network/members\n[stars-shield]: https://img.shields.io/github/stars/lenra-io/template-v.svg?style=for-the-badge\n[stars-url]: https://github.com/lenra-io/template-v/stargazers\n[issues-shield]: https://img.shields.io/github/issues/lenra-io/template-v.svg?style=for-the-badge\n[issues-url]: https://github.com/lenra-io/template-v/issues\n[license-shield]: https://img.shields.io/github/license/lenra-io/template-v.svg?style=for-the-badge\n[license-url]: https://github.com/lenra-io/template-v/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiipou%2Flenra-template-v","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiipou%2Flenra-template-v","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiipou%2Flenra-template-v/lists"}