An open API service indexing awesome lists of open source software.

https://github.com/antonybudianto/swc-plugin-starter

Opinionated SWC plugin starter w/ cargo, prettier, GitHub actions
https://github.com/antonybudianto/swc-plugin-starter

rust swc swc-plugin

Last synced: 12 months ago
JSON representation

Opinionated SWC plugin starter w/ cargo, prettier, GitHub actions

Awesome Lists containing this project

README

          

# swc-plugin-starter

> Based on https://swc.rs/docs/plugin/ecmascript/getting-started

## Get started

```bash
cargo test
```

## Build WASM

```bash
make build-lib
```

## Publish

- via GitHub Action
- Setup secrets.NPM_TOKEN on GitHub Action's secret menu

## License

MIT