zkmopro / mopro

Making client-side proving on mobile simple.
Apache License 2.0
102 stars 28 forks source link

CLI: Allow user to specify name of project #139

Open oskarth opened 1 month ago

oskarth commented 1 month ago

Problem

When running mopro init it'd be useful to specify name of the project. This can work similar to how Foundry (https://github.com/foundry-rs/foundry) does it.

This can be done with either sed or some Rust template thing. See https://github.com/zkmopro/mopro/issues/93 for additional context.

Accepted solution