You've already forked coredns-powerdns-api-wrapper
first commit
This commit is contained in:
14
initialize.sh
Executable file
14
initialize.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2026 Bryan Joshua Pedini
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [ ! -f ".vars" ]; then
|
||||
cp vars.example .vars
|
||||
fi
|
||||
|
||||
if [ ! -f "go.mod" ]; then
|
||||
module_name=$(git remote get-url origin | sed 's|^https://||')
|
||||
go mod init "$module_name"
|
||||
fi
|
||||
Reference in New Issue
Block a user