A project focused on providing a development environment from our Termux terminal using Android.
Update termux repositories.
yes|pkg update && yes|pkg upgrade
Grant storage permissions.
termux-setup-storage
Install the git package.
yes|pkg install git
Clone the repository.
git clone https://github.com/TermuxDev/termux-dev.git
Exec the installer.
cd termux-dev/ && bash setup.sh
Exit of the shell.
exit
You can start a frontend or backend project setup installation, using the (init) argument with its respective options:
dev init react
dev init express
You can deploy and upload your files to different platforms, using the (deploy) argument with its respective options:
dev deploy github
Read the official NvChad documentation to take advantage of all its features.
It is advisable to install the syntax of the languages to be used, for example:
:TSInstall python bash
You can install packages inside "nvim" using its "Mason" package installer, for example:
:MasonInstall tailwindcss-language-server eslint-lsp
You can update Termux-Dev, by running the command:
termux-dev-update
If you want more information about Termux-Dev, we invite you to view the content on our social networks.