An open API service indexing awesome lists of open source software.

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

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`
```