🖌️init
init a Drimz workspace
Commands Definition and Purpose
What does it do?
Init is a basic command to create "a Drimz project". Running this command will allow Drimz to save all artifacts that it needs to save versions, send to the designer for design, manage the code, and run builds.
Once Drimz is operating, run drimz init
from the root of the project.
Running "init" will create a folder within the root project named, .drimz
. This folder will have 2 additional folders and some files that are auto-generated by the Drimz CLI.
To read more about the folder structure see the .drimz Directory in the documentation
How to run?
Make sure we have drimz
working, we should be able to run:
drimz init
The output should be:

Did it work?
Usually, we should run drimz status
see status
Last updated