{"id":21206502,"url":"https://github.com/fluentci-io/biome-plugin","last_synced_at":"2026-01-30T09:05:18.713Z","repository":{"id":234998108,"uuid":"785777545","full_name":"fluentci-io/biome-plugin","owner":"fluentci-io","description":"Set up your CI/CD Pipeline with a specific version of biome","archived":false,"fork":false,"pushed_at":"2024-07-25T18:41:35.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T11:27:46.355Z","etag":null,"topics":["biomejs","continuous-delivery","continuous-integration","plugin","rust","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-12T15:49:00.000Z","updated_at":"2024-07-25T18:41:38.000Z","dependencies_parsed_at":"2024-04-23T06:31:35.368Z","dependency_job_id":"2c2628e6-1f82-4cb9-8aee-97708d7c7e86","html_url":"https://github.com/fluentci-io/biome-plugin","commit_stats":null,"previous_names":["fluentci-io/biome-plugin"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/fluentci-io/biome-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fbiome-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fbiome-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fbiome-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fbiome-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/biome-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fbiome-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260072759,"owners_count":22954922,"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":["biomejs","continuous-delivery","continuous-integration","plugin","rust","wasm","webassembly"],"created_at":"2024-11-20T20:55:54.782Z","updated_at":"2026-01-30T09:05:13.672Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Biome Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/biome)](https://pkg.fluentci.io/biome)\n[![ci](https://github.com/fluentci-io/biome-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/biome-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of [biome](https://biomejs.dev/).\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm biome setup 1.7.0\n```\n\n## Functions\n\n| Name   | Description                                                       |\n| ------ | ----------------------------------------------------------------- |\n| setup  | Installs a specific version of biome.                             |\n| format | Run the formatter on a set of files.                              |\n| lint   | Run various checks on a set of files.                             |\n| ci     | Runs formatter, linter and import sorting to the requested files  |\n| check  | Runs formatter, linter and import sorting to the requested files. |\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/biome@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: biome\n    args: |\n      setup\n- name: Show Biome version\n  run: |\n    export PATH=${HOME}/.bun/bin:${PATH}\n    type biome\n    biome --version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fbiome-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fbiome-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fbiome-plugin/lists"}