2.0.3 • Published 4 years ago
generator-foundry v2.0.3
generator-foundry 
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.
License
MIT © asacolips