Skip to content

wmfs/tymly-gatherer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

852 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors