An open API service indexing awesome lists of open source software.

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

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 ..
```
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io#https://github.com/baloise/repository-template-nosrc)

## the [docs](docs/index.md)