https://github.com/litermc/create-glp
Create go liter plugin
https://github.com/litermc/create-glp
npm-create-file
Last synced: 11 months ago
JSON representation
Create go liter plugin
- Host: GitHub
- URL: https://github.com/litermc/create-glp
- Owner: LiterMC
- License: gpl-3.0
- Created: 2023-10-22T11:21:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T20:50:53.000Z (over 2 years ago)
- Last Synced: 2025-06-19T16:59:57.680Z (12 months ago)
- Topics: npm-create-file
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Create GLP
This init script is used for create a plugin for [go-liter](https://github.com/kmcsr/go-liter)
## How to use
```sh
npm init glp@latest
cd
# setup your git repo and other stuffs
```
## How to build my plugin
```sh
npm run build
# and get output files at `dist`
```