A package to collate and present the contents of a Tymly shaped repo
npm install @wmfs/tymly-gatherer --saveconst Gatherer = require('@wmfs/tymly-gatherer')
const meta = new Gatherer(
{
tymlyDir: 'c:/development/tymly',
cardscriptSchemaPath: '/cardscript/packages/cardscript-schema/lib/schema.json',
assetsOutputRootDir: '/temp',
pluginVersionSource: 'npm'
}
)
| Env variable | Notes |
|---|---|
DEBUG |
Set it to tymly-gatherer to see what's going on. |