Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 540 Bytes

Install

npm install

Note: this is npm project don't use yarn to install packages)

Publishing new version

Execute Lerna's versioning script

npm run lerna-version

Commit the changes in the package.json files

Execute Lerna's publishing script

npm run lerna-publish

Testing

npm run-script test

module workers Node scripts

To generate thumbnails run script with arguments folders array for example:

node generatethumbs.js -pdf true /Users/Bob/Pictures/testFolder1 /Users/Bob/Pictures/testFolder2