{"id":21206492,"url":"https://github.com/fluentci-io/sbt-plugin","last_synced_at":"2026-05-19T00:40:25.113Z","repository":{"id":235424595,"uuid":"789106052","full_name":"fluentci-io/sbt-plugin","owner":"fluentci-io","description":"Set up your CI/CD Pipeline with a specific version of sbt","archived":false,"fork":false,"pushed_at":"2024-07-26T04:14:18.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T15:35:35.602Z","etag":null,"topics":["continuous-delivery","continuous-integration","plugin","wasm","webassembly"],"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/fluentci-io.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-04-19T17:57:58.000Z","updated_at":"2024-07-26T04:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"85f8e2ce-f84f-4da1-b972-454ec26034f2","html_url":"https://github.com/fluentci-io/sbt-plugin","commit_stats":null,"previous_names":["fluentci-io/sbt-plugin"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fsbt-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fsbt-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fsbt-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fsbt-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/sbt-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658276,"owners_count":20326467,"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":["continuous-delivery","continuous-integration","plugin","wasm","webassembly"],"created_at":"2024-11-20T20:55:53.551Z","updated_at":"2026-05-19T00:40:25.076Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Sbt Plugin\n\n[![ci](https://github.com/fluentci-io/sbt-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/sbt-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of [sbt](https://sbt.apache.org/).\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm sbt setup\n```\n\n## Functions\n\n| Name          | Description                                 |\n| ------------- | ------------------------------------------- |\n| setup         | Installs a specific version of sbt.         |\n| compile       | Compiles sources                            |\n| clean         | Deletes files produced by the build, such as generated sources, compiled classes, and task caches. |\n| doc           | Generates API documentation.                |\n| package       | Produces the main artifact, such as a binary jar.  This is typically an alias for the task that actually does the packaging. |\n| package_bin   |  Produces a main artifact, such as a binary jar. |\n| package_doc   | Produces a documentation artifact, such as a jar containing API documentation. |\n| package_src   | Produces a source artifact, such as a jar containing sources and resources. |\n| publish       | Publishes artifacts to a repository. |\n| publish_local | Publishes artifacts to the local Ivy repository. |\n| publish_m2    | Publishes artifacts to the local Maven repository. |\n| test          | Executes all tests. |\n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.1.9\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/sbt@v0.1.0?wasm=1\", \"setup\", vec![\"latest\"])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Setup Fluent CI CLI\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: sbt\n    args: |\n      setup\n- name: Show sbt version\n  run: |\n    type sbt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fsbt-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fsbt-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fsbt-plugin/lists"}