lisk-sdk
lisk-sdk copied to clipboard
Add command to add interoperable modules
Description
In order to add interoperable module, Lisk Commander should provide a command to bootstrap such a module with all the required files and interfaces.
So either updating the existing command generate:module
or come up with a new one.
Acceptance Criteria
- Should have all the unit tests
- Should generate all the required files and classes required without any lint errors
Additional Information
- This command can be useful to upgrade existing tutorials https://github.com/LiskHQ/lisk-sdk-examples/issues/293