fityanos / make

Major dependencies and Automation framework setup commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependincies setup commands

help:
	@echo ""
	@echo "Available Tasks =>"
	@echo "brew               install brew on your mac"
	@echo "zsh                install zsh on your mac"
	@echo "curl               install curl on your mac"
	@echo "php                install php on your mac"
	@echo "node               install node on your mac"
	@echo "git                install git on your mac"
	@echo "jq                 install jq on your mac"
	@echo "tree               install tree on your mac"
	@echo "java               install java on your mac"
	@echo "setup              set of dependencies"
	@echo "cypress            install cypress.io on your mac"
	@echo "codeception        install and configure codeception on your mac"

About

Major dependencies and Automation framework setup commands


Languages

Language:Makefile 100.0%