Use this repository as example/template plugin.
- Clone this repository using git.
- Update submodule sdk
- Install the dependencies.
- Change in tsconfig.json outDir to your computer username.
$ git clone https://github.com/rank1-gg/example-plugin.git
$ git submodule init
$ cd example-plugin
$ git submodule update --remote --merge
$ yarn or npm install
Start auto compile
$ yarn tsc -w