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

https://github.com/swz-git/yare-module-template

A template for making a yare module
https://github.com/swz-git/yare-module-template

Last synced: 8 months ago
JSON representation

A template for making a yare module

Awesome Lists containing this project

README

          

# yare-module-template
## Requirements
* [node.js](https://nodejs.org)
* [yarn](https://yarnpkg.com/) or [pnpm](https://pnpm.io) (recommended)
## Setup
As easy as running `pnpm install` or `yarn install`
## Bundling
The `pnpm build` or `yarn build` commands bundle your files in the dist directory.
## Info
The client part of your module is ran in the browser, while the server part is put at the bottom of your bots code.