Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 311 Bytes

README.MD

File metadata and controls

19 lines (13 loc) · 311 Bytes

Create GLP

This init script is used for create a plugin for go-liter

How to use

npm init glp@latest <plugin-name>
cd <plugin-name>
# setup your git repo and other stuffs

How to build my plugin

npm run build
# and get output files at `dist`