This init script is used for create a plugin for go-liter
npm init glp@latest <plugin-name>
cd <plugin-name>
# setup your git repo and other stuffsnpm run build
# and get output files at `dist`This init script is used for create a plugin for go-liter
npm init glp@latest <plugin-name>
cd <plugin-name>
# setup your git repo and other stuffsnpm run build
# and get output files at `dist`