/clutch-cli

Clutch Command Line Tool for Clutch: An Open-ended Developer SDK for Prismic.io.

Primary LanguageJavaScript

clutch-cli

Installs clutch: A Developer SDK for Prismic.io.

Usage

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 boxen to create the directory for you to initialize from
clutch init my-project

Next Steps

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