Set up the development environment
masterIf you are contributing to the project, follow these steps to clone the repository, initialize submodules, and prepare the icon and template scripts.
- Clone the repository.
- Initialize and update submodules.
- Run the icon copying and template creation scripts using Python.
$ git clone https://github.com/konifar/android-material-design-icon-generator-plugin.git
$ cd android-material-design-icon-generator-plugin
$ git submodule init
$ git submodule foreach git pull origin master
$ python script/copy_icons.py
$ python script/create_template.py