Skip to content

Utils and commands to make dev-related things on mac

Notifications You must be signed in to change notification settings

udovichenko/macmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macmake

A collection of utilities and commands designed to streamline development-related tasks on macOS. This Makefile-based project provides a set of targets to perform various actions, from installing configuration files to generating passwords.

Getting Started

Make sure you don't have any existing Makefile in your home directory. The Makefile will overwrite any existing files with the same name. Backup of old ~/Makefile will be created as ~/Makefile.<datetime>.bak though. To get started, clone the repository and use the provided Makefile to execute different targets. The Makefile includes several targets to help you with common development tasks.

git clone [email protected]:udovichenko/macmake.git
cd macmake
make install

Help

make

Display a list of available targets along with their descriptions.

install

Copy the Makefile and ./macmake from the MacMake project to your home directory.

make install

base-auth-gen

Generate an Apache htpasswd file for basic authentication.

make base-auth-gen u=<username>

Development

Test password generation:

make test-passwd-gen

TODO:

  • Docs for the rest of the targets

About

Utils and commands to make dev-related things on mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published