Skip to content

Consider simplifying your repo with a Makefile #1

Open
@dergachev

Description

@dergachev

Thanks for putting this out there, I def learned from your effort.

Here's a tip to simplify your repo: consider putting all your run, console helper scripts that just wrap a single bash command into a Makefile, like I did here:
https://github.com/dergachev/sitediff/blob/master/Makefile

Since your scripts seem to take arguments, make kind of supports this:
http://ubuntuforums.org/showthread.php?t=689282

If you have Thor installed on your docker host, you can also make a Thorfile.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions