Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 2e893a0

Browse files
committed
Rename repo to boilercodes/fastapi-sql
1 parent e1eba05 commit 2e893a0

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ request, be sure to link to that issue.
1818
*Put an `x` in the boxes that apply.*
1919

2020
- [ ] I have read and followed
21-
the [CONTRIBUTING.md](https://github.com/rmenai-blueprints/fastapi/blob/main/CONTRIBUTING.md) doc
21+
the [CONTRIBUTING.md](https://github.com/boilercodes/fastapi-sql/blob/main/CONTRIBUTING.md) doc
2222
- [ ] Lint and unit tests pass locally with my changes
2323
- [ ] I have added necessary documentation (if appropriate)
2424

.github/temp/rename_project.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ title="$(TitleCaseConverter "$title")"
2222
repo="$author/$name"
2323

2424
# Change pyproject.toml
25-
sed -i "s|rmenai-blueprints/fastapi|$name|g" pyproject.toml # Separator is |
25+
sed -i "s|boilercodes/fastapi-sql|$name|g" pyproject.toml # Separator is |
2626
sed -i "s/My FastAPI template/$description/g" pyproject.toml # Remove description
2727
sed -i "s/rmenai <[email protected]>/$author/g" pyproject.toml # Replace authors
2828

2929
# Change LICENSE
30-
sed -i "s|rmenai-blueprints/fastapi|$name|g" LICENSE # Separator is |
30+
sed -i "s|boilercodes/fastapi-sql|$name|g" LICENSE # Separator is |
3131

3232
# Change SECURITY.md
3333
sed -i "s/rmenai/$author/g" SECURITY.md
3434

3535
# Change .github/pull_request_template.md
36-
sed -i "s|rmenai-blueprints/fastapi|$repo|g" .github/pull_request_template.md
36+
sed -i "s|boilercodes/fastapi-sql|$repo|g" .github/pull_request_template.md
3737

3838
# Change README.md
3939
cp -f .github/temp/README.md README.md # Override file

.github/workflows/rename.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
rename:
13-
if: ${{ github.repository != 'boilercodes/fastapi' }}
13+
if: ${{ github.repository != 'boilercodes/fastapi-sql' }}
1414
runs-on: ubuntu-latest
1515

1616
steps:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 rmenai-blueprints/fastapi
3+
Copyright (c) 2021 boilercodes/fastapi-sql
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<br />
22
<p align="center">
3-
<a href="https://github.com/rmenai-blueprints/fastapi">
3+
<a href="https://github.com/boilercodes/fastapi-sql">
44
<img src="https://cdn.worldvectorlogo.com/logos/fastapi-1.svg" alt="Logo" width="80" height="80">
55
</a>
66

@@ -9,14 +9,14 @@
99
<p align="center">
1010
A modern high-performance web framework for building APIs with Python 3.6+
1111
<br />
12-
<a href="https://github.com/rmenai-blueprints/fastapi"><strong>Explore the docs »</strong></a>
12+
<a href="https://github.com/boilercodes/fastapi-sql"><strong>Explore the docs »</strong></a>
1313
<br />
1414
<br />
15-
<a href="https://github.com/rmenai-blueprints/fastapi">View Demo</a>
15+
<a href="https://github.com/boilercodes/fastapi-sql">View Demo</a>
1616
·
17-
<a href="https://github.com/rmenai-blueprints/fastapi/issues/new?assignees=&labels=&template=bug_report.md&title=">Report Bug</a>
17+
<a href="https://github.com/boilercodes/fastapi-sql/issues/new?assignees=&labels=&template=bug_report.md&title=">Report Bug</a>
1818
·
19-
<a href="https://github.com/rmenai-blueprints/fastapi/issues/new?assignees=&labels=&template=feature_request.md&title=">Request Feature</a>
19+
<a href="https://github.com/boilercodes/fastapi-sql/issues/new?assignees=&labels=&template=feature_request.md&title=">Request Feature</a>
2020
</p>
2121

2222
<!-- TABLE OF CONTENTS -->
@@ -72,23 +72,23 @@ will change all the files to match your repository.
7272

7373
### GitHub:
7474

75-
* [Test](https://github.com/rmenai-blueprints/fastapi/blob/main/.github/workflows/test.yaml),
76-
[Build](https://github.com/rmenai-blueprints/fastapi/blob/main/.github/workflows/build.yaml) and
77-
[Deploy](https://github.com/rmenai-blueprints/fastapi/blob/main/.github/workflows/deploy.yaml) GitHub workflows.
78-
* [Issues](https://github.com/rmenai-blueprints/fastapi/tree/main/.github/ISSUE_TEMPLATE)
79-
and [pull requests](https://github.com/rmenai-blueprints/fastapi/blob/main/.github/pull_request_template.md) templates.
75+
* [Test](https://github.com/boilercodes/fastapi-sql/blob/main/.github/workflows/test.yaml),
76+
[Build](https://github.com/boilercodes/fastapi-sql/blob/main/.github/workflows/build.yaml) and
77+
[Deploy](https://github.com/boilercodes/fastapi-sql/blob/main/.github/workflows/deploy.yaml) GitHub workflows.
78+
* [Issues](https://github.com/boilercodes/fastapi-sql/tree/main/.github/ISSUE_TEMPLATE)
79+
and [pull requests](https://github.com/boilercodes/fastapi-sql/blob/main/.github/pull_request_template.md) templates.
8080

8181
<!-- CONTRIBUTING -->
8282

8383
## Contributing
8484

85-
See [CONTRIBUTING.md](https://github.com/rmenai-blueprints/fastapi/blob/main/CONTRIBUTING.md) for ways to get started.
85+
See [CONTRIBUTING.md](https://github.com/boilercodes/fastapi-sql/blob/main/CONTRIBUTING.md) for ways to get started.
8686

8787
<!-- LICENSE -->
8888

8989
## License
9090

91-
Distributed under the MIT License. See [LICENSE](https://github.com/rmenai-blueprints/fastapi/blob/main/LICENSE) for more
91+
Distributed under the MIT License. See [LICENSE](https://github.com/boilercodes/fastapi-sql/blob/main/LICENSE) for more
9292
information.
9393

9494
<!-- ACKNOWLEDGMENTS -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "rmenai-blueprints/fastapi"
2+
name = "boilercodes/fastapi-sql"
33
version = "0.1.0"
44
description = "My FastAPI template"
55
authors = ["rmenai <[email protected]>"]

0 commit comments

Comments
 (0)