https://github.com/baloise/repository-template-nosrc
Template repository for non-source code artifacts
https://github.com/baloise/repository-template-nosrc
Last synced: 4 months ago
JSON representation
Template repository for non-source code artifacts
- Host: GitHub
- URL: https://github.com/baloise/repository-template-nosrc
- Owner: baloise
- License: cc-by-4.0
- Created: 2019-09-17T12:18:18.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T11:11:47.000Z (over 4 years ago)
- Last Synced: 2025-02-22T21:27:03.756Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 31
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
# repository-template-nosrc
A template to use when starting a new project.
## perform a repository wide search and replace for "repository-template-nosrc" and the "target-repo-name"
e.g. by using
```
cp -R repository-template-nosrc/ new-name && cd new-name && git config --local --unset remote.origin.url && git config --local --add remote.origin.url git@github.com:baloise/new-name.git && git reset --hard $(git commit-tree FETCH_HEAD^{tree} -m "Initial contribution") && git grep -l 'repository-template-nosrc' | xargs sed -i '' -e 's/repository-template-nosrc/new-name/g' && git add -A && git commit -m "Rename from template to new-name" && cd ..
```
[](https://gitpod.io#https://github.com/baloise/repository-template-nosrc)
## the [docs](docs/index.md)