0.0.2 • Published 1 year ago

generator-viam-go-module v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

generator-go-module

Autogenerate the boilerplate for a viam go module using the Yeoman scaffolding library.

Usage

Make sure you have npm installed on your machine.

Install Yo:

npm install -g yo

Install the generator:

npm install -g generator-viam-go-module

To create your module, run:

yo viam-go-module

and follow the prompts to create a module.

Once the module is created, run

go mod tidy

Then, add defintions for the function stubs prior to building the module.

Note that Board, Input, and Camera modules are currently unsupported.

0.0.2

1 year ago

0.0.1

1 year ago