Installation
Install from Source
Currently, Tuvo Code must be installed from source:
git clone https://github.com/tuvodev/tuvo-code.git
cd tuve-code
npm install
npm run build
npm linkThis installs Tuvo Code globally, making the tuvo command available in your terminal.
Coming Soon
npm package: npm install -g @tuvo/tuvo-code
Docker image: docker pull ghcr.io/tuvodev/tuvo-code