Skip to content

Commit

Permalink
feat: Plugin API integration (#59)
Browse files Browse the repository at this point in the history
* feat: plugin api

* refine cli interface

* add mod.yaml back

* use type aliases, cleanup cli interface

* use support instead of hello

* implement remote location fetching, consolidate install cli args

* remove unused mod.yaml

* more terse initialization of name

* Update cli/src/main.rs

Co-authored-by: Steve Manuel <[email protected]>

* chore: update name handling

* chore: move conversion out of function call site

* feat: optional name

* chore: proto cleanup

* chore: reorder proto fields

* chore: minor copy change

* chore: copy change

* fix: add web feature so wasm_bindgen doesnt get included on all wasm32 builds

---------

Co-authored-by: Steve Manuel <[email protected]>
  • Loading branch information
wikiwong and nilslice authored Jul 18, 2023
1 parent 574f16b commit e54efef
Show file tree
Hide file tree
Showing 14 changed files with 1,921 additions and 1,418 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
**/*.pb
wasm
scripts/protobuf-list-modules-response/target
scripts/protobuf-list-modules-response/target
.vscode
Loading

0 comments on commit e54efef

Please sign in to comment.