Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.
orl0pl edited this page Apr 7, 2023 · 3 revisions

ℹ️ Info

If you don't setted up, go back to home page and set up.

To start the cli run following command:

npm run cli

You will see something like this:

█▄▄ █▀█ ▀▄▀   █▀▄▀█ ▄▀█ █▀ ▀█▀ █▀▀ █▀█   
█▄█ █▄█ █░█   █░▀░█ █▀█ ▄█ ░█░ ██▄ █▀▄   
CLI Version: 0.1.0

Available commands:
help, list, tree, create, move, delete, edit, quit 
 >

Now you can write various commands. To see list of commands type help.

Available commands:

  • help - print this message
  • tree - print the tree of boxes
  • list - list all boxes
  • create - prompt for creating a new box
  • move - prompt for moving a box
  • delete - prompt for deleting a box
  • edit - prompt for editing a box
  • quit - exit the CLI

You might not need more documentation. If you don't know something create the issue.

Clone this wiki locally