π©π» CLI Introduction
This is a simple explanation to onboard to the CLI tool
Introduction
The CLI tool is a tool for developers that we view as power users. This will provide developers to import/export components via code to the Visualizer
Supported Commands
- help
- init
- status
- component:create (Removed)
- component:add
- component:tag
- component:build
- component:remove
- component:checkout
Future Commands
- version
- theme:add
- theme:remove
Before we begin
Drimz CLI tool needs to be executable before we start, therefore we would need to make it a running command in our terminal.
To install the Drimz-CLI we will need to run the following:
npm install -g @drimz/cli --registry=https://npm.prod.drimz.dev
Note that the library will need to be installed with -g
as a global lib on the developer's machine for the CLI autocomplete feature to work
Test the installation
Run drimz
in your terminal, the output should be:

If this is what you got, that is great π, we are ready to go!
Last updated