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
- Nix Profile
- Brew
- Scoop
- APT (Debian)
- YUM (Redhat)
nix shell github:AtomiCloud/sulfone.iridium
nix profile install github:AtomiCloud/sulfone.iridium
brew install AtomiCloud/tap/cyanprint
scoop bucket add atomi https://github.com/AtomiCloud/scoop-bucket.git
scoop install atomi/cyanprint
sudo apt install software-properties-common -y
sudo apt-add-repository "deb [trusted=yes] https://apt.fury.io/AtomiCloud/ /" -y
sudo apt update -y
sudo apt install cyanprint
sudo sh -c 'echo "[fury]
name=AtomiCloud Repo
baseurl=https://yum.fury.io/atomicloud/
enabled=1
gpgcheck=0" > /etc/yum.repos.d/fury.repo'
yum install cyanprint
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!