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
Libraries
- theta_cli
- theta_cli, Theta CLI allows the remote user interface to be preloaded for use without an Internet connection.