Add shell script to setup template
This commit is contained in:
parent
68208ea221
commit
7403470ff3
1 changed files with 9 additions and 0 deletions
9
finish-template-setup.sh
Executable file
9
finish-template-setup.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -exuo pipefail
|
||||
|
||||
name="$(basename $(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd))"
|
||||
|
||||
mv go-projet-template.sample.json "${name}.sample.json"
|
||||
mv cmd/go-project-template "cmd/${name}"
|
||||
|
||||
rm -rf finish-template-setup.sh
|
Loading…
Add table
Reference in a new issue