rsw 0.8.0

wasm-pack based build tool
Documentation
# rsw-template

## Usage

[rsw-rs doc](https://github.com/lencx/rsw-rs)

```bash
# install rsw
cargo install rsw

# --- help ---
# rsw help
rsw -h
# new help
rsw new -h

# --- usage ---
# dev
rsw watch

# production
rsw build
```