Package manager to create a IV module template with a given module name
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Run below command in your terminal to install create-iv-module globally.
npm i -g create-iv-module
To create a new module, goto the directory in which you want to create a module and run:
create-iv-module <<hyphenated-module-name>>
- Sandeep Bonala - Initial work