Automate the Django Project setup with Bash
PR link at the end
Jan 23, 20221 min read219

Search for a command to run...
Series
Automate like a pro with practical Bash scripts that streamline your development environment. From setting up Django projects to installing tools like Tailwind CSS, this series is packed with time-saving hacks.
PR link at the end

Tailwind Letsgo A shell script to automate the tailwind installation process. Prerequisites Node Js is required to run this script. If not installed, install it using this link https://nodejs.org/en/download/ Run the script $ source tailwind.sh The ...
