biomejs.dev
A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
Package Information
- Domain:
biomejs.dev
- Name:
biomejs.dev
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install biome
Programs
This package provides the following executable programs:
biome
Aliases
This package can also be accessed using these aliases:
biome
Available Versions
Show all 28 versions
1.9.4
,1.9.3
,1.9.2
,1.9.1
,1.9.0
1.8.3
,1.8.2
,1.8.1
,1.8.0
,1.7.3
1.7.2
,1.7.1
,1.7.0
,1.6.4
,1.6.3
1.6.2
,1.6.1
,1.6.0
,1.5.3
,1.5.2
1.5.1
,1.5.0
,1.4.1
,1.4.0
,1.3.3
1.3.1
,1.3.0
,1.2.2
Latest Version: 1.9.4
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +biomejs.dev@1.9.4 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.biomejsdev
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.