/bs.services

Website for BS.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Clutch

A Developer SDK for Prismic.io.

Netlify Status

Getting started

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

Documentation

That's it! Checkout the clutch docs for complete info on developing with the SDK.