biiif-cli 👷✨📃
npm i biiif-cli -g
biiif folder -u http://example.com/folder
Uses biiif
Options
-u
The url location of your published collection. All of the IIIF id
properties are generated using this as the base url.
-g
Generate thumbnails for images.
-v
Use this virtual name for the root directory instead of its actual one when generating urls.
-s
Scaffolds the following files (if they don't already exist):
.gitignore
- ignores the node_modules
folder.nojekyll
- disables jekyll to allow folder names starting with an underscore to be served on github pages_headers
- adds an Access-Control-Allow-Origin: *
header for netlify.comindex.html
- includes a file explorer to navigate and share the contents of your IIIF collectionREADME.md
- includes a link to index.html
It also creates the folder specified in the folder
argument.