Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 7, 2024
1 parent abbd977 commit 0b85f83
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# oxc-node
# `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)

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

## `@oxc/node-core`

Transformer and register for Node.js projects.

### Usage

```bash
node --import @oxc/node-core ./path/to/entry.ts
```

0 comments on commit 0b85f83

Please sign in to comment.