extism / cli

The extism CLI is used to generate plugin scaffolding and manage Extism installations
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

feat: create mod for extism-dev and use relative cli import path #35

Closed nilslice closed 11 months ago

nilslice commented 11 months ago

I found that installing extism-dev via docs in the README didn't work as there was only a single go.mod in the root of the repo. It just so happened that go install would encounter a main package in extism first and by default would install that I guess.

This adds a module for both extism and extism-dev individually.