Skip to content

IIIF Presentation API client and server utility library.

License

Notifications You must be signed in to change notification settings

cbeer/manifesto

 
 

Repository files navigation

manifesto

Build Status

IIIF Presentation API client and server utility library.

npm install manifesto.js --save

Getting Started

Documentation

https://iiif-commons.github.io/manifesto/

Tutorial

http://blog.edsilv.com/manifesto/

Developer Setup

git clone https://github.com/iiif-commons/manifesto.git
npm install
npm build
npm test

Publishing Package

  1. Bump the version locally using npm version on a branch other than master. Example: npm version patch -m 'bump to v3.0.42'
  2. Push the bump version branch to GitHub and create a pull request to master.
  3. After the pull request is merged, checkout master and pull the latest changes. git checkout master && git pull
  4. Run npm publish
  5. Push the git tags created git push --tags

About

IIIF Presentation API client and server utility library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 68.5%
  • JavaScript 31.5%