{"id":26179852,"url":"https://github.com/jellydn/biome-interactive","last_synced_at":"2025-09-01T07:36:57.480Z","repository":{"id":236793151,"uuid":"793160684","full_name":"jellydn/biome-interactive","owner":"jellydn","description":"Simple interactive to install biome to your project. Migrate from ESLint and Prettier with a single command","archived":false,"fork":false,"pushed_at":"2025-08-26T21:41:51.000Z","size":63,"stargazers_count":7,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-27T06:28:26.263Z","etag":null,"topics":["biomejs","cli","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jellydn.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":["jellydn"],"ko_fi":"dunghd","buy_me_a_coffee":"dunghd","polar":"jellydn"}},"created_at":"2024-04-28T15:46:41.000Z","updated_at":"2025-04-12T00:23:14.000Z","dependencies_parsed_at":"2024-05-08T17:59:38.953Z","dependency_job_id":"d3df5f37-21b0-48e0-8c60-8e783cc35c21","html_url":"https://github.com/jellydn/biome-interactive","commit_stats":null,"previous_names":["jellydn/biome-interactive"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/jellydn/biome-interactive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fbiome-interactive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fbiome-interactive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fbiome-interactive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fbiome-interactive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jellydn","download_url":"https://codeload.github.com/jellydn/biome-interactive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fbiome-interactive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273088957,"owners_count":25043614,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":["biomejs","cli","golang"],"created_at":"2025-03-11T21:53:42.277Z","updated_at":"2025-09-01T07:36:57.407Z","avatar_url":"https://github.com/jellydn.png","language":"Go","funding_links":["https://github.com/sponsors/jellydn","https://ko-fi.com/dunghd","https://buymeacoffee.com/dunghd","https://polar.sh/jellydn","https://paypal.me/dunghd","https://www.buymeacoffee.com/dunghd"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to biome-interactive 👋\u003c/h1\u003e\n\u003cp\u003e\n  A simple interactive CLI to install Biome to your project. Migrate from ESLint and Prettier with a Single Command.\n\u003c/p\u003e\n\n[![ITMan - Biome Interactive CLI - Migrate from ESLint and Prettier with a single command](https://i.ytimg.com/vi/fruvriN-Fpc/hqdefault.jpg)](https://www.youtube.com/watch?v=fruvriN-Fpc)\n\n## Table of Contents\n\n\u003c!--toc:start--\u003e\n\n- [Motivation](#motivation)\n- [Install](#install)\n- [Built with](#built-with)\n- [Author](#author)\n- [Show your support](#show-your-support)\n- [📝 License](#📝-license)\n\u003c!--toc:end--\u003e\n\n## Motivation\n\nBiome is a high-performance code formatter supporting JavaScript, TypeScript, JSX, and JSON, boasting a 97% compatibility rate with Prettier. To streamline the repetitive and time-consuming process of migrating from Eslint/Prettier to Biome, `biome-interactive` was developed. This CLI tool facilitates a consistent and error-free migration, enhancing both CI and development workflows.\n\n## Install\n\n### Using goblin.run\n\n```bash\n# goblin.run will build the binary and place it in PATH\ncurl -sf http://goblin.run/github.com/jellydn/biome-interactive | sh\n```\n\n### Using Go\n\n```bash\ngo install github.com/jellydn/biome-interactive@latest\n```\n\nThis will install the `biome-interactive` binary to your `$GOPATH/bin` directory.\n\n### Manual\n\nDownload the binary for your system from the [releases page](https://github.com/jellydn/biome-interactive/releases).\n\n## Usage\n\nRun the following command in your terminal:\n\n```bash\nbiome-interactive\n```\n\nFollow the interactive prompts to install Biome, initialize it, and migrate configurations from Eslint and Prettier.\n\n[![Demo](https://i.gyazo.com/f0fa4c62b5614ca6e263766ad71774ac.gif)](https://gyazo.com/f0fa4c62b5614ca6e263766ad71774ac)\n\n## Built with\n\n- [charmbracelet/huh](https://github.com/charmbracelet/huh)\n- [GoReleaser](https://goreleaser.com/quick-start/)\n- [Biome](https://biomejs.dev/blog/biome-v1-7/)\n\n## Resources\n\n- [Integrate Biome with your VCS](https://biomejs.dev/guides/integrate-in-vcs/)\n- [Migrate from ESLint and Prettier](https://biomejs.dev/guides/migrate-eslint-prettier/)\n- [Continuous Integration](https://biomejs.dev/recipes/continuous-integration/)\n- [Git Hooks](https://biomejs.dev/recipes/git-hooks/)\n\n## Author\n\n👤 **Dung Huynh Duc \u003cdung@productsway.com\u003e**\n\n- Github: [@jellydn](https://github.com/jellydn)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/dunghd)\n[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white)](https://paypal.me/dunghd)\n[![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://www.buymeacoffee.com/dunghd)\n\n## 📝 License\n\nCopyright © 2024 [Dung Huynh Duc \u003cdung@productsway.com\u003e](https://github.com/jelydn).\u003cbr /\u003e\nThis project is [MIT](https://github.com/jelydn/moleculer-connect/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Fbiome-interactive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjellydn%2Fbiome-interactive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Fbiome-interactive/lists"}