ipfs / ipfs/kubo

easier preloaded plugin building

Open
#8,197 0 comments 0 reactions 0 assignees View on GitHub
kind/enhancement
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

The current docs at https://github.com/ipfs/go-ipfs/blob/master/docs/plugins.md#preloaded-plugins show that all you need to do is modify the `plugin/loader/preload_list` and then run `make build`.

Currently this will error first telling you to run `go get mypluginrepo` and then after it'll error telling you the `go.sum` file is out of date and you'll have to run `go mod tidy`.

This should take fewer steps to make it easier for people less familiar with Go to include new plugins.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.