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
- Host: GitHub
- URL: https://github.com/swz-git/yare-module-template
- Owner: swz-git
- License: mit
- Created: 2022-07-04T01:53:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T12:19:57.000Z (almost 4 years ago)
- Last Synced: 2025-10-13T08:08:34.775Z (8 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.