The Deta CLI tool provides a number of helpful commands to help you with your Deta development.
The installation guide for your operating system can be found on the Deta website.
git clone https://github.com/suriing/deta-cli.git
cd deta-cli
make build-android-arm
cp ./build/deta ~/.deta/bin/deta
add to PATH
vi ~/.bashrc
export PATH="/data/data/com.termux/files/home/.deta/bin:$PATH"
Documentation for the Deta CLI can be found on the Deta website.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see the license file for more information.