{"id":21047395,"url":"https://github.com/gabrielalmir/just","last_synced_at":"2025-03-13T22:25:45.565Z","repository":{"id":262485161,"uuid":"887387451","full_name":"gabrielalmir/just","owner":"gabrielalmir","description":"Just is a simple Rust application that allows you to execute JavaScript code using the V8 engine. It supports both REPL mode and executing JavaScript files.","archived":false,"fork":false,"pushed_at":"2024-11-12T18:19:18.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T17:50:52.445Z","etag":null,"topics":["javascript-runtime","rust","v8"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/gabrielalmir.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}},"created_at":"2024-11-12T16:51:17.000Z","updated_at":"2024-11-12T18:19:21.000Z","dependencies_parsed_at":"2024-11-12T17:45:55.303Z","dependency_job_id":"fc8c64e8-ac15-45eb-8fa1-722515cd89fe","html_url":"https://github.com/gabrielalmir/just","commit_stats":null,"previous_names":["gabrielalmir/just"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielalmir%2Fjust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielalmir%2Fjust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielalmir%2Fjust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielalmir%2Fjust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielalmir","download_url":"https://codeload.github.com/gabrielalmir/just/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243491454,"owners_count":20299309,"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":["javascript-runtime","rust","v8"],"created_at":"2024-11-19T14:36:53.018Z","updated_at":"2025-03-13T22:25:45.531Z","avatar_url":"https://github.com/gabrielalmir.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Just\n\nJust is a simple Rust application that allows you to execute JavaScript code using the V8 engine. It supports both REPL mode and executing JavaScript files.\n\n![Hello World from Just](./assets/screenshot.png)\n\n## Installation\n\nTo use Just, you need to have Rust installed on your system. If you don't have Rust installed, you can get it from [rust-lang.org](https://www.rust-lang.org/).\n\nClone the repository and navigate to the project directory:\n\n```sh\ngit clone https://github.com/gabrielalmir/just.git\ncd just\n```\n\nBuild the project using Cargo:\n\n```sh\ncargo build --release\n```\n\n## Usage\n\n### REPL Mode\n\nTo start the REPL mode, simply run the compiled binary without any arguments:\n\n```sh\ncargo run --release\n```\n\nYou can then enter JavaScript code, and it will be executed using the V8 engine. Type `exit` to quit the REPL.\n\n### Execute JavaScript File\n\nTo execute a JavaScript file, provide the file path as an argument:\n\n```sh\ncargo run --release path/to/your/file.js\n```\n\n## Dependencies\n\nJust relies on the following dependencies:\n\n- `rusty_v8`: Rust bindings for the V8 JavaScript engine.\n- `tokio`: An asynchronous runtime for Rust.\n\nThese dependencies are specified in the `Cargo.toml` file.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request on GitHub.\n\n## Acknowledgements\n\n- [rusty_v8](https://github.com/denoland/rusty_v8) for providing the Rust bindings for V8.\n- The Rust community for their continuous support and contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielalmir%2Fjust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielalmir%2Fjust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielalmir%2Fjust/lists"}