Plugin system for flow-cli
@devbugging is already working on this.
Since Nov 21, 2022.
- Dominant language
- Go
- Stars
- 209
- Forks
- 87
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
Issue To Be Solved
Flow-cli is getting bigger and more powerful every day, maybe it is time to think about extensions ( plugins )
This issue is to kick off some discussion
(Optional): Suggest A Solution
I think npx [0] model can be very good here, as now we have some persistent place to put stuff. For example recent flowser edition can be something like:
flow plugin flowser/cli start ( which will somehow get related stuff from flowser/cli repo from github ) and download to user app settings as a package.
There are some security considerations for sure, but it can kick off some community contribution, without putting load on core devs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.