IIIF Presentation API client and server utility library.
npm install manifesto.js --save
https://iiif-commons.github.io/manifesto/
git clone https://github.com/iiif-commons/manifesto.git
npm install
npm build
npm test
- Bump the version locally using
npm versionon a branch other thanmaster. Example:npm version patch -m 'bump to v3.0.42' - Push the bump version branch to GitHub and create a pull request to
master. - After the pull request is merged, checkout
masterand pull the latest changes.git checkout master && git pull - Run
npm publish - Push the git tags created
git push --tags