Skip to content

Commit

Permalink
docs: update badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 17, 2024
1 parent 0ae109a commit 896e129
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# `oxc-node`

[![CI](https://github.com/oxc-project/oxc-node/actions/workflows/CI.yml/badge.svg)](https://github.com/oxc-project/oxc-node/actions/workflows/CI.yml)
[![Build Status][ci-badge]][ci-url]
[![npmjs.com][npm-badge]][npm-url]

Fast and friendly Node.js devtools based on [OXC](https://github.com/oxc-project/oxc)

Expand All @@ -13,3 +14,8 @@ Transformer and register for Node.js projects.
```bash
node --import @oxc-node/core/register ./path/to/entry.ts
```

[ci-badge]: https://github.com/oxc-project/oxc-node/actions/workflows/CI.yml/badge.svg?branch=main
[ci-url]: https://github.com/oxc-project/oxc-node/actions/workflows/CI.yml
[npm-url]: https://www.npmjs.com/package/@oxc-node/core
[npm-badge]: https://img.shields.io/npm/dw/@oxc-node/core?label=npm

0 comments on commit 896e129

Please sign in to comment.