cli
cli copied to clipboard
`starport s module foo --dep nft`
The next version of Cosmos SDK has an NFT module. Let's make sure users can add it as a dependency for a module they scaffold.
We will also have to modify the app template to include the nft module as a default module (or eventually not and have an import command)
Same issue here.