ignite / cli

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://ignite.com
Other
1.25k stars 549 forks source link

cmd: implement 'ignite generate ts-client' #2758

Closed ilgooz closed 2 years ago

ilgooz commented 2 years ago

similar to the 'generate vuex' cmd but without vuex code gen. basically we need a way to generate only the ts client.

we also need to update our config.yml schema to support customization options for this, similar to vuex one. the prop name can be 'ts-client'

ilgooz commented 2 years ago

cc @clockworkgr

jeronimoalbi commented 2 years ago

I think it is safe to close this issue because is being implemented as part of #2143