{"id":18606503,"url":"https://github.com/taorepoara/lenra-template-bash","last_synced_at":"2026-05-01T06:34:09.897Z","repository":{"id":187477966,"uuid":"674237198","full_name":"taorepoara/lenra-template-bash","owner":"taorepoara","description":"A Lenra template using bash","archived":false,"fork":false,"pushed_at":"2023-08-14T13:13:50.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T20:43:01.292Z","etag":null,"topics":["bash","jq","lenra","template"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/taorepoara.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},"funding":{"github":["lenra-io"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-08-03T13:03:40.000Z","updated_at":"2023-08-14T13:15:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f66093a-a4de-4d1e-9842-a161f016cfb2","html_url":"https://github.com/taorepoara/lenra-template-bash","commit_stats":null,"previous_names":["taorepoara/lenra-template-bash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taorepoara/lenra-template-bash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taorepoara%2Flenra-template-bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taorepoara%2Flenra-template-bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taorepoara%2Flenra-template-bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taorepoara%2Flenra-template-bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taorepoara","download_url":"https://codeload.github.com/taorepoara/lenra-template-bash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taorepoara%2Flenra-template-bash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["bash","jq","lenra","template"],"created_at":"2024-11-07T02:25:52.264Z","updated_at":"2026-05-01T06:34:09.892Z","avatar_url":"https://github.com/taorepoara.png","language":"Shell","funding_links":["https://github.com/sponsors/lenra-io"],"categories":[],"sub_categories":[],"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 Bash\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    This template provides just enough to get started with your bash application.\n    This template should not be use for production uses since the execution time of the application is is pretty slow...\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/taorepoara/lenra-template-bash/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/taorepoara/lenra-template-bash/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Prerequisites\n\nTo properly run this template, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer.\nInstallation instructions can be found here https://github.com/lenra-io/lenra_cli.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nTo run the Javascript template just run:\n```console\nlenra dev\n```\n\nYou can then access the application by opening [`localhost:4000`](http://localhost:4000) on your web browser. \n\nThis template is a basic implementation of a Lenra application using the Javascript language. You can get your application started by using this template.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please open an issue with the tag \"enhancement\".\nDon't forget to give the project a star if you liked it! Thanks again!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\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/taorepoara/lenra-template-bash.svg?style=for-the-badge\n[contributors-url]: https://github.com/taorepoara/lenra-template-bash/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/taorepoara/lenra-template-bash.svg?style=for-the-badge\n[forks-url]: https://github.com/taorepoara/lenra-template-bash/network/members\n[stars-shield]: https://img.shields.io/github/stars/taorepoara/lenra-template-bash.svg?style=for-the-badge\n[stars-url]: https://github.com/taorepoara/lenra-template-bash/stargazers\n[issues-shield]: https://img.shields.io/github/issues/taorepoara/lenra-template-bash.svg?style=for-the-badge\n[issues-url]: https://github.com/taorepoara/lenra-template-bash/issues\n[license-shield]: https://img.shields.io/github/license/taorepoara/lenra-template-bash.svg?style=for-the-badge\n[license-url]: https://github.com/taorepoara/lenra-template-bash/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaorepoara%2Flenra-template-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaorepoara%2Flenra-template-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaorepoara%2Flenra-template-bash/lists"}