chore(README): add try it out at top

This commit is contained in:
Boshen 2023-04-05 22:43:59 +08:00
parent 8b8355d04a
commit 6fca022982
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -30,7 +30,7 @@
The Oxidation Compiler is currently creating a suite of tools for the JavaScript/TypeScript language, which comprises:
* [Parser](./crates/oxc_parser) - See [docs.rs/oxc_parser](https://docs.rs/oxc_parser)
* [Linter](./crates/oxc_linter) - Work in progress
* [Linter](./crates/oxc_linter) - Work in progress. Try it out! `npx oxidation-compiler@latest lint path`
* Formatter
* Transpiler
* [Minifier](./crates/oxc_minifier) - Draft