/Builder-CLI

A CLI for building content on ChainShot

Primary LanguageJavaScript

Builder CLI

The easiest way to build learning content on ChainShot.

Quick Start

First install the CLI globally:

npm i chainshot-builder -g

Then, you can create your first Content Repository:

mkdir myContentRepository
cd myContentRepository
chainshot-builder init

This will spin up your IDE and you begin making content immediately! For further information, check out the documentation!