2.0.3 • Published 4 years ago

generator-foundry v2.0.3

Weekly downloads
12
License
MIT
Repository
gitlab
Last release
4 years ago

generator-foundry NPM version

Generate systems for FoundryVTT

Installation

First, install Yeoman and generator-foundry using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-foundry

Then generate your new project:

yo foundry

The generator will prompt you for several questions, such as your system's machine name and what name should be used as the prefix on Javascript classes. The built system also includes a simple package.json and gulpfile.js, so that you can compile the scss by using npm install and npm run gulp in the generated system's directory.

image

License

MIT © asacolips

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago