Single oxc CLI Binary
#19676
vosatom
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, oxc tools are distributed as separate binaries (
oxlint,oxfmt, etc.). It might make sense to have a singleoxcbinary that wraps all tools under one CLI using subcommands — similar to how Biome approaches this withbiome lint,biome format, andbiome check.The idea is to have a single
oxcbinary withlintandfmtor other subcommands that mirror the existing CLIs, sooxlint --fix src/would becomeoxc lint --fix src/. This would be purely optional - the existingoxlintandoxfmtbinaries would remain as-is, so you could still install only what you need.One of potential benefits is binary size. Would this be something worth considering?
Beta Was this translation helpful? Give feedback.
All reactions