Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```