oxc/crates/oxc_napi/README.md
Boshen d49195f7f2
feat: napi (#302)
* chore: only ignore js files from the root

* feat: napi
2023-04-22 14:41:45 +08:00

18 lines
129 B
Markdown

# Installation
```bash
corepack enable
```
# Build
```bash
pnpm install
pnpm run build
```
# Test
```bash
node test.mjs
```