@rsw/cli
v0.7.24
Published
🦞 wasm-pack based build tool
Downloads
31
Maintainers
Readme
@rsw/cli
Pre-installed
Quick start
# https://github.com/lencx/create-mpl
# npm 6.x
npm init mpl@latest my-app --type wasm
# npm 7+, extra double-dash is needed:
npm init mpl@latest my-app -- --type wasm
Usgae
# install
npm install -g @rsw/cli
# help
rsw -h
# rsw.toml - initial configuration
rsw init
# generate a wasm project
rsw new <name>
# dev mode
rsw watch
# release mode
rsw build
# clean - link & build
rsw clean