Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 672 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 672 Bytes

Vimeo ID

vimeo-id

This extension extracts the video ID from a Vimeo URI.

Installation and usage

Compile the extension:

npm i
make

Install extension for space:

export CONTENTFUL_MANAGEMENT_ACCESS_TOKEN=<your Contentful management api token>
export SPACE=<id of space you want to install extension for>

contentful-extension create --space-id $SPACE

From this point on, you can use the other commands the contentful-extension-cli provides.