Skip to content

LiterMC/create-glp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`