theta_cli 0.5.5 theta_cli: ^0.5.5 copied to clipboard
Theta CLI allows the remote user interface to be preloaded for use without an Internet connection.
Theta CLI #
Theta CLI allows the remote user interface to be preloaded for use without an Internet connection.
Getting Started 🚀 #
Install Theta CLI.
$ dart pub global activate theta_cli
Link a project by its key.
$ theta link -k <anon key>
You can generate files from design by running:
$ theta gen
Other commands #
# Unlink a project
$ theta unlink
# Show CLI version
$ theta --version
# Update CLI
$ theta update
# Show usage help
$ theta --help