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
- Host: GitHub
- URL: https://github.com/antonybudianto/swc-plugin-starter
- Owner: antonybudianto
- Created: 2023-01-09T08:55:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T06:09:15.000Z (over 3 years ago)
- Last Synced: 2025-01-17T02:45:32.733Z (over 1 year ago)
- Topics: rust, swc, swc-plugin
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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