A Developer SDK for Prismic.io.
Install the clutch
command line interface:
npm i clutch-cli -g
You can initialize clutch in your current working directory, or pass a folder name you would like clutch to create and initialize within:
# Assuming you are in the directory you want to initialize from
clutch init
# Assuming you want clutch to create the directory for you to initialize from
clutch init my-project
That's it! Checkout the clutch docs for complete info on developing with the SDK.