Template repo for a new package (system or module) for FVTT.
How to use:
- Clone this repository or use as a github template.
- If your package does not make use of a github wiki, remove the
.github/workflows/publish-wiki.ymlfile. - [Optional] Rename relevant files to your liking.
- Add a
module.jsonorsystem.jsonmanifest. You can use one of the_manifest-<package type>.jsonfiles or just remove both of them. - Replace all instances of
<REPLACE_ME>with fitting values. - Replace all instances of
<module|system>everywhere with eithermoduleorsystem. - [Optional] Remove
package-lock.jsonand runnpm i. - Run
npm ci.