mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Update README.md
This commit is contained in:
parent
7899cf545d
commit
b00d0cfd09
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -1,4 +1,11 @@
|
|||
# The JavaScript Oxidation Compiler (oxc)
|
||||
<p align="center">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Boshen/oxc-assets/main/preview-dark.png" width="700">
|
||||
<img alt="OXC Logo" src="https://raw.githubusercontent.com/Boshen/oxc-assets/main/preview-white.png" width="700">
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[![Discord chat][discord-badge]][discord-url]
|
||||
[![Build Status][ci-badge]][ci-url]
|
||||
|
|
@ -10,6 +17,8 @@
|
|||
[![Code Size][code-size-badge]][code-size-url]
|
||||
[![MIT licensed][mit-badge]][mit-url]
|
||||
|
||||
</div>
|
||||
|
||||
[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=discord&color=brightgreen
|
||||
[discord-url]: https://discord.gg/9uXCAwqQZW
|
||||
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg?color=brightgreen
|
||||
|
|
@ -27,7 +36,7 @@
|
|||
[code-coverage-badge]: https://codecov.io/gh/Boshen/oxc/branch/main/graph/badge.svg
|
||||
[code-coverage-url]: https://codecov.io/gh/Boshen/oxc
|
||||
|
||||
The Oxidation Compiler is currently creating a suite of tools for the JavaScript/TypeScript language, which comprises:
|
||||
The Oxidation Compiler is 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. Try it out! `npx oxidation-compiler@latest lint path`
|
||||
|
|
|
|||
Loading…
Reference in a new issue