@wmfs/tymly-gatherer

A package to collate data about Tymly plugins

Usage no npm install needed!

<script type="module">
  import wmfsTymlyGatherer from 'https://cdn.skypack.dev/@wmfs/tymly-gatherer';
</script>

README

tymly-gatherer

CircleCI Commitizen friendly JavaScript Style Guide license

A package to collate and present the contents of a Tymly shaped repo

Installation

npm install @wmfs/tymly-gatherer --save

Usage

const 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'
  }
)

Environment variables

Env variable Notes
DEBUG Set it to tymly-gatherer to see what's going on.

License

MIT