0.0.5 • Published 6 months ago
@code-guideline/biomejs v0.0.5
✨ Features
- Detects your package manager automatically (npm, pnpm, yarn, bun).
- Installs necessary dependencies (
@biomejs/biome). - Guides you through formatting and linting setup.
- Generates a complete
biome.jsonconfiguration file. - Optionally updates your
package.jsonwith a lint script.
🚀 Installation
You can run it directly without installing globally:
npx @code-guideline/biomejs init(Ensure you have Node.js installed.)
📖 Usage
npx @code-guideline/biomejs initThis will:
- Install
@biomejs/biomeif not installed. - Ask a few setup questions (indentation, quotes, semicolons).
- Create or update
biome.jsonat the project root. - Optionally add a
lintscript to yourpackage.json.
🛠 Requirements
- Node.js >= 16
- Internet access to install dependencies
📦 Development
Clone the repository and run:
pnpm install
pnpm dev🤝 Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
📄 License
This project is licensed under the MIT License.
0.0.5
6 months ago