@rsw/cli

0.7.24 • Public • Published

@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

rsw docs

Package Sidebar

Install

npm i @rsw/cli

Weekly Downloads

3

Version

0.7.24

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • l8n