generator-vino
v0.5.1
Published
Create Vino WASM components and providers
Maintainers
Readme
yo vino
Bootstrap Vino WebAssembly component projects.
Installation
First, install Yeoman using npm.
Then install generator-vino also using npm.
npm install -g yo
npm install -g generator-vinoThen generate your new project:
$ mkdir myproject && cd "$_"
$ yo vinoWorking on the generated project
Head to docs.vino.dev to learn how to get going with your project.
Credit
This generator forked from Deis Labs' yo-wasm generator
