generator-vino
v0.5.1
Published
Create Vino WASM components and providers
Downloads
2
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-vino
Then generate your new project:
$ mkdir myproject && cd "$_"
$ yo vino
Working 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