Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

boxen-sqs

kitajchuk8MIT0.2.0

Command line tool for Boxen: A Kit of Parts Squarespace developer SDK.

readme

boxen-sqs

Installs boxen: A Kit of Parts Squarespace developer SDK.

Usage

Install the boxen command line interface:

npm i boxen-sqs -g

You can initialize boxen in your current working directory, or pass a folder name you would like boxen to create and initialize within:

# Assuming you are in the directory you want to initialize from
boxen init

# Assuming you want boxen to create the directory for you to initialize from
boxen init my-project

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