Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therebelrobot/fvtt-module-template-typescript
A typescript module template for developing Foundry VTT modules
https://github.com/therebelrobot/fvtt-module-template-typescript
Last synced: 9 days ago
JSON representation
A typescript module template for developing Foundry VTT modules
- Host: GitHub
- URL: https://github.com/therebelrobot/fvtt-module-template-typescript
- Owner: therebelrobot
- License: mit
- Created: 2020-04-17T04:15:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:36:44.000Z (about 2 years ago)
- Last Synced: 2024-11-08T11:19:52.232Z (2 months ago)
- Language: TypeScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fvtt-module-template-typescript
A typescript module template for developing Foundry VTT modules
## Structure
The source code is in `src/` and when `Parcel` runs, it dumps the bundled js into `dist/`
## Development
To install dependencies:
```
yarn
```to run dev mode:
```
yarn dev
```to build for release:
```
yarn build
```