Skip to content
Snippets Groups Projects
Commit b8ae28dc authored by satwikShresth's avatar satwikShresth
Browse files

adding all avaialbe comand as deafult

parent 4c0654f5
No related branches found
No related tags found
No related merge requests found
......@@ -4,30 +4,8 @@
# Default recipe (runs when just is called with no arguments)
default:
@echo "Available commands:"
@echo " just check-all - Check all dependencies"
@echo " just setup-all - Set up all components"
@echo " just start-development - Start development environment"
@echo " just clean - Clean Docker resources"
@echo ""
@echo "Individual commands:"
@echo " just check-npm - Check npm installation"
@echo " just check-node - Check Node.js installation"
@echo " just check-deno - Check Deno installation"
@echo " just check-docker - Check Docker installation"
@echo " just setup-backend - Set up backend"
@echo " just setup-frontend - Set up frontend"
@echo " just setup-worker - Set up worker"
@echo ""
@echo "Individual commands:"
@echo " just check-npm - Check npm installation"
@echo " just check-node - Check Node.js installation"
@echo " just check-deno - Check Deno installation"
@echo ""
@echo "Database commands:"
@echo " just db:migrate - Migrate database"
@echo " just db:gen:migrate - Generate a updated migration schema"
@echo " just db:gen:custom - Generate a custom migration"
@just --list
# Check all dependencies at once
check-all: check-npm check-node check-deno check-docker
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment