Type definitions for the Guilded API.
Links
Installation
npm i guilded-api-typings
yarn add guilded-api-typings
pnpm add guilded-api-typings
Contributing
Contributing helps us maintain Guilded.TS. All contributes are greatly appreciated.
We utilize Yarn and Turbo to manage our Monorepo. If you want to contribute we highly recommend knowing the basics of thes two.
Getting started
To get started, run the following script:
# Install all dependencies
yarn install
# Build all local packages
yarn build
Commiting your changes
After you have made your desired changes, Make sure you run the following script before commiting your changes:
# Prepare your code
# Runs prettier along with eslint
yarn prepare
Maintained by Gamertike. | Inspired by discord.js.