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

https://github.com/mbround18/foundry-anvil

A node cli tool to initialize and template out the boilerplate stuff required for a FoundryVTT Module
https://github.com/mbround18/foundry-anvil

foundry foundry-vtt foundryvtt

Last synced: about 1 month ago
JSON representation

A node cli tool to initialize and template out the boilerplate stuff required for a FoundryVTT Module

Awesome Lists containing this project

README

        

# FoundryVTT Module Starter

[This basically follows this guide](https://foundryvtt.com/article/module-development/) with a few additions to make it more sane

## Installation

```sh
# For current directory
npx foundry-anvil new [name of project]

# For targeted directory
npx foundry-anvil new [name of project] [./dir]
```

## Outcome

Gives you a good foundation to start developing off of.