Open jhernandezb opened 2 years ago
we are currently using a fork of spm for stargaze that allows us to change the init command with a custom one (see https://github.com/public-awesome/spm/commit/ed337db721a846266f8f086b6e46476a80aa6752) that changes some defaults like p2p settings, genesis settings, osmosis also has a custom init command for the same purpose.
spm
Are you open to include a WithInitCmd or similar to allow a custom init command?
WithInitCmd
Contents of SPM (Starport Modules) moved under tendermint/starport by tendermint/starport#1968. Please continue your contributions there.
Thank you!
we are currently using a fork of
spm
for stargaze that allows us to change the init command with a custom one (see https://github.com/public-awesome/spm/commit/ed337db721a846266f8f086b6e46476a80aa6752) that changes some defaults like p2p settings, genesis settings, osmosis also has a custom init command for the same purpose.Are you open to include a
WithInitCmd
or similar to allow a custom init command?