Skip to content

ChainShot/Builder-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!