seed-packfinder
Node utility to find seed packs!
Install
npm install seed-packfinder --save-dev
Basic Usage
var packfinder = ; var seedpacks = packfinder; if seedpacks console; seedpacks;
Options
packfinder.find()
Returns: Array
(false
if no packs are found)
This returns an array
of seed pack names (string
).
packfinder.findPaths()
Returns: Array
(false
if no packs are found)
This returns an array
of seed pack paths (string
).