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
- Host: GitHub
- URL: https://github.com/mbround18/foundry-anvil
- Owner: mbround18
- Created: 2022-12-16T05:35:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:45:21.000Z (7 months ago)
- Last Synced: 2024-10-24T19:27:13.481Z (7 months ago)
- Topics: foundry, foundry-vtt, foundryvtt
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.