Skip to content

wislertt/shared-scripts

Repository files navigation

Shared Scripts

This repository contains reusable shell scripts intended for use with quick command runners like Makefile or Justfile. It is designed to be added as a Git submodule in other projects.

Quick Start

make setup_dev
make assert_setup_dev

Requirements

  • macOS
  • Homebrew
  • Zsh shell

Usage

  • Add as Submodule
git submodule add -b main https://github.com/wislertt/shared-scripts.git scripts/shared
  • Example Makefile Usage
setup_dev:
	chmod +x scripts/shared/node/setup_dev.sh
	./scripts/shared/node/setup_dev.sh
	exec zsh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •