3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust5,421 forks (5,421 forks)batch import
P: lowenhancementforcgood first issue
Repository metrics
- Stars
- 61,702 stars (61,702 stars)
- PR merge metrics
- Avg merge 22h 6m (Avg merge 22h 6m)16 merged PRs in 30d (16 merged PRs in 30d)
Description
This would potentially make it easier for downstream tooling to integrate with forc plugins.
Follow-up to #1199.
Contributor guide
- Research direction
- Examine the existing `forc plugins` implementation in the Sway CLI source code. Look for the current output format and determine how to add a flag for JSON or TOML serialization. Use a library like serde for serialization. The flag could be ` json` or ` toml`. Ensure backward compatibility by defaulting to the existing human readable format.
- Tech stack
- rust
- Domain
- clideveloper experience
- Issue type
- Feature
- Prerequisites
- RustCLI development