A simple interactive CLI to install Biome to your project. Migrate from ESLint and Prettier with a Single Command.
Biome 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.
# goblin.run will build the binary and place it in PATH
curl -sf http://goblin.run/github.com/jellydn/biome-interactive | shgo install github.com/jellydn/biome-interactive@latestThis will install the biome-interactive binary to your $GOPATH/bin directory.
Download the binary for your system from the releases page.
Run the following command in your terminal:
biome-interactiveFollow the interactive prompts to install Biome, initialize it, and migrate configurations from Eslint and Prettier.
π€ Dung Huynh Duc dung@productsway.com
- Github: @jellydn
Give a βοΈ if this project helped you!
Copyright Β© 2024 Dung Huynh Duc dung@productsway.com.
This project is MIT licensed.