Working on the Registry UI website, I want to be able to use Scaffold Stellar to run scaffold stellar build --build-clients in a case where I don't have contracts locally to build (no contracts/ folder), nor is the project a Rust project (TypeScript only).
Suggesting an enhancement for CLI to be able to run in non-Rust projects. If I wanted to adopt the CLI workflow today in my project, I'd have to unecessarily make it a Rust project, adding a Cargo.toml and a contracts/ folder (even if I don't have any crates to put in there) just to get the CLI to run so that I can then use it as a wrapper around the stellar contract bindings ....
If it helps, this is the (closed) PR where "use scaffold stellar for client generation" was explored: stellar-registry/ui#44
Working on the Registry UI website, I want to be able to use Scaffold Stellar to run
scaffold stellar build --build-clientsin a case where I don't have contracts locally to build (no contracts/ folder), nor is the project a Rust project (TypeScript only).Suggesting an enhancement for CLI to be able to run in non-Rust projects. If I wanted to adopt the CLI workflow today in my project, I'd have to unecessarily make it a Rust project, adding a Cargo.toml and a contracts/ folder (even if I don't have any crates to put in there) just to get the CLI to run so that I can then use it as a wrapper around the
stellar contract bindings ....If it helps, this is the (closed) PR where "use scaffold stellar for client generation" was explored: stellar-registry/ui#44