boxen-sqs

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

Usage no npm install needed!

<script type="module">
  import boxenSqs from 'https://cdn.skypack.dev/boxen-sqs';
</script>

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.