{"id":13740395,"url":"https://github.com/lpil/gleescript","last_synced_at":"2026-01-02T19:03:20.939Z","repository":{"id":213600534,"uuid":"734492271","full_name":"lpil/gleescript","owner":"lpil","description":"🌮 Bundle your Gleam-on-Erlang project into an escript, a single executable file!","archived":false,"fork":false,"pushed_at":"2024-07-17T12:05:19.000Z","size":24,"stargazers_count":42,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-13T22:54:56.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-12-21T20:30:02.000Z","updated_at":"2024-10-12T22:27:11.000Z","dependencies_parsed_at":"2024-07-17T14:43:21.651Z","dependency_job_id":null,"html_url":"https://github.com/lpil/gleescript","commit_stats":null,"previous_names":["lpil/gleescript"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgleescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/gleescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753991,"owners_count":20342537,"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","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":[],"created_at":"2024-08-03T04:00:47.259Z","updated_at":"2026-01-02T19:03:20.853Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","readme":"# gleescript\n\nBundle your Gleam-on-Erlang project into an escript, a single executable file!\nYou may find this useful for writing command line programs and scripts in\nGleam.\n\n[![Package Version](https://img.shields.io/hexpm/v/gleescript)](https://hex.pm/packages/gleescript)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleescript/)\n\n## Usage\n\nAdd this package to your Gleam project and run `gleam run -m gleescript` to\ngenerate an escript.\n\n```sh\ngleam add gleescript\ngleam build\ngleam run -m gleescript\n#    Running gleescript.main\n#  Generated ./your_project\n\n./your_project\n# Hello from your_project!\n```\n\nThe escript can run on any computer that has the Erlang VM installed. Older\nversions of the virtual machine may not support the newer bytecode contained in\nthe escript. Typically being within a couple major versions of the version used\nto build the escript is safe.\n\nSee the [Erlang escript documentation][1] for more information.\n\n[1]: https://www.erlang.org/doc/man/escript.html\n\n\nBy default the executable is created in the current directory. The `--out` flag\ncan be used to write to a different directory.\n\n```sh\ngleam run -m gleescript -- --out=./some/directory\n#    Running gleescript.main\n#  Generated ./some/directory/your_project\n\n./some/directory/your_project\n# Hello from your_project!\n```\n\nHave fun!\n","funding_links":[],"categories":["Packages","others","Gleam"],"sub_categories":["Build Tooling"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fgleescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fgleescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fgleescript/lists"}