/foundryvtt-module-template

A template repo for creating add-on modules for the foundry vtt.

Primary LanguageJavaScript

Foundry VTT Module Template

This is a template for creating a Foundry VTT module using TypeScript.

Features:

  • TypeScript
  • Bundled with esbuild
  • devcontainer
  • Vscode debugging (coming soon)

Getting Started

  1. Click the "Use this template" button on the GitHub page docs
  2. Clone the repository
  3. Open the repository in vscode
  4. Open the command palette (ctrl+shift+p) and run Dev Containers: Reopen in Container or click on the popup in the bottom right corner if it appears
  5. Follow the todo list in the todo.md file