Skip to main content

Introduction

CyanPrint is a CLI tool that helps you create projects from templates.

Quick Start

Quickly get started to run a template locally.

Installation

Install the latest version of CyanPrint CLI.

nix shell github:AtomiCloud/sulfone.iridium

Create a template

You can search for templates on cyanprint.dev registry.

cyanprint create <template> <folder>

For example:

cyanprint create cyan/new sample-project

The template cyan/new allows users to create new CyanPrint templates.

Follow and answer all the prompts.

After which your project should be ready!