0.0.12 • Published 2 years ago
@tarrasque/cli v0.0.12
Tarrasque CLI is the official command-line interface for Tarrasque App and can be used to run Tarrasque App locally.
Requirements
- Node.js (v18.12.1 or higher)
Installation
You can install the CLI globally using npm:
npm install -g @tarrasque/cliThis will install the tarrasque command globally so that it may be run from the command line.
If you wish, you can also create an alias for the tarrasque command in your shell's configuration file (e.g. ~/.bashrc or ~/.zshrc):
alias t=tarrasqueUsage
To view the list of available commands, run:
tarrasque --helpRunning Tarrasque App locally
To run Tarrasque App locally, first navigate to the directory where your Tarrasque App copy is located and run:
tarrasque app devSelf-Update
To update the CLI to the latest version, run:
tarrasque self-update